/**
    * @author CoderSpy Ltd, Bangladesh
    * @email: info@coderspy.com
    * @create date 2020-01-06 12:00:00
    * @modify date 2021-03-07 23:10:29
    * @desc MyFragranceMe is a Multivendor Ecommerce Web Application For Perfume Industry.
    * @version Version: 1.0
    * @php Requires PHP: 7.2
    * @tag Tags: MyFragranceMe, Ecommerce, Developed by CoderSpy
 **/
.order_section {
    margin-top: 25px;
}

.tab_triger ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.tab_triger ul li label {
    position: relative;
    display: block;
    padding: 9px 15px;
    cursor: pointer;
    text-align: center;
    text-transform: capitalize;
    border: 1px solid #cbcbcb;
    font-weight: bold;
    font-size: 13px;
    background-color: #e6e6e6;
    color: rgb(0 0 0/0.9);
}

.tab_triger ul li label:hover {
    border-bottom: 3px solid #8EC63F;
    background-color: #fafff0;
}

.tab_triger hr {
    margin-top: -10px;
}

.tab_container_wrap {
    margin-top: -17px;
}

.tab_container_wrap>.order_input {
    position: absolute;
    width: 0;
    height: 0;
    margin: 0;
    z-index: -100;
    top: -10000px;
}

.order_tab_active {
    border-bottom: 3px solid #8EC63F !important;
    background-color: #fff !important;
}

.tab_container_wrap>.order_input:checked+.tab_content_box {
    display: block;
}

.tab_content_box {
    padding: 20px;
    display: none;
}

.tab_content_box h2 {
    margin: 0 0 20px;
}

.order_time p {
    font-size: 14px;
}

.order_time p span {
    font-weight: bold;
}

.order_details {
    margin-top: 10px;
    height: auto;
    width: 100%;
    border: 1px solid #cbcbcb;
    border-radius: 5px;
}

.order_title {
    padding: 0px 14px;
}

.ordr_slct .btn {
    background-color: #8EC63F;
}

.order_title_details {
    line-height: 0px;
    background-color: #e6e6e6;
    width: 100%;
}

.order_title_details:nth-of-type(1) {
    border-radius: 5px 0px 0px 0px;
}

.order_title_details:nth-of-type(4) {
    border-radius: 0px 5px 0px 0px;
}

.order_title_details p {
    font-size: 12px;
}

.order_title_details p:nth-child(2) {
    margin-top: -10px;
}

.order_title_details a {
    color: #8EC63F;
}

.order_type p {
    margin: 10px 0 0 10px;
}

.order_item {
    padding: 20px;
}

.item_img img {
    width: 100%;
    height: auto;
    padding: 5px;
}

.order_item_left a,
.rltd_item_left a {
    color: #fff;
    font-size: 12px;
}

.myButton {
    background-color: #8EC63F;
    border-radius: 5px;
    border: 1px solid #8EC63F;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 12px;
    padding: 5px 10px;
    text-decoration: none;
    text-align: center;
}

.myButton:hover {
    background-color: #8EC63F;
}

.myButton:active {
    position: relative;
    top: 1px;
}

.order_item_left .myButton {
    width: 50%;
}

.order_item_right .myButton {
    width: 100%;
    margin-bottom: 2px;
}

.releted_item {
    height: auto;
    width: 100%;
    border: 1px solid #cbcbcb;
    border-radius: 5px;
    margin-top: 38px;
}

.releted_item h6 {
    font-size: 12px;
    font-weight: bold;
    margin: 5px;
}

.related_item_img img {
    padding: 5px;
    height: 60px;
}

.reltd_item_unit {
    margin: 5px 0px;
}

.rltd_item_left {
    padding: 0px 18px;
}

.rltd_item_left .myButton {
    width: 80%;
}

.item_return {
    padding: 25px;
    height: auto;
}

.item_return h3 {
    font-size: 21px;
}

.return_details_left h5 {
    font-size: 15px;
    font-weight: bold;
}

.return_details_left h5 i {
    color: goldenrod;
}

.return_details_left p {
    font-size: 12px;
}

.return_details_left .myButton {
    width: 70% !important;
}

.return_item_img img {
    height: auto;
    padding: 5px;
    width: 156px;
}

.item_return .myButton {
    width: 100%;
}


/* Problem with Order */

.problem_with_order_section {
    margin-top: 25px;
}

.problem_order {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
}

.problem_order_title:nth-of-type(1) h4 {
    font-size: 16px;
    font-weight: bold;
}

.problem_order_title h5 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 15px;
}

.problem_order_child:nth-of-type(1) p {
    line-height: 5px;
}

.problem_order_child:nth-of-type(1) a {
    color: #0e5dd4;
    font-size: 12px;
}

.product_item h4 {
    font-size: 15px;
    font-weight: bold;
}

.product_item_img img {
    width: 100%;
    height: auto;
}

.problem_order_child:nth-of-type(3) {
    font-size: 13px;
}

.problem_order_child:nth-of-type(3) p {
    line-height: 5px;
}

.problem_order_child:nth-of-type(3) p:nth-of-type(4) {
    color: #0e5dd4;
    margin-top: 2px;
}

.problem_order_child:nth-of-type(1),
.problem_order_child:nth-of-type(3) {
    margin-top: 8px;
}

.problem_went_wrong {
    background-color: #fafff0;
    border: 1px solid #cbcbcb;
    border-radius: 5px;
}

.problem_went_wrong a {
    color: #0e5dd4;
    margin-left: 10px;
    font-size: 12px;
}

.problem_went_wrong a:hover {
    text-decoration: underline;
}

.problem_question_bar {
    height: 1px;
    background-color: #cbcbcb;
}


/* share_gift_item */

.share_gift_receipt_section {
    margin-top: 25px;
}

.share_gift_receipt_section h3 {
    font-size: 18px;
    margin-bottom: 13px;
}

.share_gift_item {
    background-color: #fafff0;
    border: 1px solid #cbcbcb;
    border-radius: 5px;
    padding: 10px;
}

.gift_item_img img {
    height: 90px;
}

.gift_item h5 {
    font-size: 13px;
    font-weight: bold;
}

.gift_item p span {
    color: #0e5dd4;
}

.share_gift_button .myButton {
    width: 100%;
    margin-bottom: 5px;
}


/* Archive Order */

.order_time p a {
    color: #0e5dd4;
}

.order_details h4 {
    margin-left: 20px;
    font-size: 18px;
    font-weight: bold;
}


/* Seller Feedback Pannel */

.tab_content_box {
    border: 2px solid #cbcbcb;
}

.seller_fdbk {
    margin-top: 25px;
}

.slr_fdbk input {
    position: absolute;
    display: flex !important;
    z-index: 100px !important;
}

.seller_fdbk .slr_inpt {
    position: absolute;
    width: 0;
    height: 0;
    margin: 0;
    z-index: -100;
    top: -10000px;
}

.seller_fdbk .slr_inpt:checked+.tab_content_box {
    display: block;
}

.seller_rate {
    padding: 15px 15px 0px 15px;
}

.seller_rate i:hover {
    color: gold;
}

.slr_fdbk_scnd i {
    font-size: 40px;
}

.checkbox1 {
    border: 1px solid #8EC63F;
    height: 10px;
    width: 10px;
    display: inline-block;
    cursor: pointer;
    margin-left: 10px;
}

.check {
    visibility: hidden;
    background: #8EC63F;
    display: block;
    height: 100%;
}

.active {
    visibility: visible;
}

.slr_fdbk span {
    float: left;
}

.slr_fdbk h6 {
    margin-top: -3px;
    margin-left: 30px;
}

.rating {
    unicode-bidi: bidi-override;
    direction: rtl;
}

.rating>span {
    display: inline-block;
    position: relative;
    width: 1.1em;
    font-size: 25px;
}

.rating>span:hover:before,
.rating>span:hover~span:before {
    content: "\2605";
    position: absolute;
}

.product_review_section {
    padding: 30px;
}

.single_bar {
    margin-top: 5px;
    margin-bottom: 5px;
    height: 1px;
    background-color: #cbcbcb;
}

.customer_profile_img img {
    height: 45px;
}

.customer_name {
    margin-top: 7px;
    border: 2px solid #9c9999;
    height: 29px;
}

.customer_name p {
    font-size: 15px;
    margin-top: 2px;
    margin-left: 5px;
}

.product_sml_button a {
    color: #0e5dd4;
    margin-top: 15px;
}

.product_review_child {
    padding: 0px 15px;
}

.prdct_review .myButton {
    width: 20%;
}

.product_review_inter_child h5 {
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 10px;
}

.frnd_left_setion {
    height: auto;
}

.frnd_left_child h5 {
    font-size: 11px;
    font-weight: bold;
    margin-top: 5px;
}

.frnd_left_child p {
    margin-top: -7px;
    font-size: 11px;
}

.frnd_left_child_selection {
    /* height: 20px; */
    margin-bottom: 0px;
}

.frnd_left_child_selection:hover .frnd_left_child h5 {
    text-decoration: underline;
}

.frnd_left_child_selection:hover .frnd_left_child h5,
.frnd_left_child_selection:hover .frnd_chld p {
    color: #8EC63F;
}

.my_list_active {
    background-color: #8EC63F;
}

.my_list_active:hover .frnd_left_child h5 {
    text-decoration: underline;
}

.my_list_active:hover .frnd_left_child h5,
.my_list_active:hover .frnd_chld p {
    color: #000;
}

.frnd_right_setion {
    height: auto;
    padding: 10px 0px 10px 20px;
}

.frnd_img img {
    height: 25px;
    margin: 0px 0px 0px 3px;
}

.lst_btn button {
    background-color: #efefef;
    border: 1px solid #9e9d9d;
    border-radius: 2px;
    padding: 0px 10px;
    color: #000;
    font-size: 13px;
    width: 106px;
    height: 30px;
}

.lst_btn button:hover {
    background-color: #f7fafd;
    color: #000;
    border: 1px solid #8EC63F;
}

.lst_pop_lnk a span {
    color: #8EC63F;
}

.frnd_share_list ul li {
    font-size: 12px;
    margin: -8px 0px 0px 0px;
}

.frnd_share_list ul li i {
    margin: 0px 5px;
}

.frnd_share_list ul li a {
    color: #8EC63F;
    font-weight: bold;
    font-size: 14px;
}

.frnd_share_list ul li a:hover {
    text-decoration: none;
    color: rgb(0 0 0/ 0.9);
}

.frnd_share_list ul li:first-child::after {
    margin-left: 3px;
}

.frnd_name h5 {
    font-weight: bold;
    font-size: 14px;
    margin: -5px 0px 0px 5px;
}

.crt_lst {
    margin: -40px 30px 0px 0px;
}

.crt_lst a {
    color: #8EC63F !important;
    font-size: 13px;
}

.crt_lst a:hover {
    color: rgb(0 0 0/0.9) !important;
}

.frnd_status p {
    margin: -6px 0px 0px 10px;
    font-size: 12px;
    text-transform: capitalize;
}

.frnd_chld p {
    font-size: 12px;
    text-transform: capitalize;
}

.idea_dtls h6 {
    line-height: 13px;
}

.list_product_name a {
    font-size: 15px;
    font-weight: bold;
}

.list_product_name a:hover,
.list_brand_name a:hover {
    color: #8EC63F;
}

.list_brand_name a {
    font-size: 12px;
}

.list_gender {
    font-size: 13px;
}

.list_price {
    font-size: 12px;
}

.list_cart span {
    border: 2px solid rgb(0 0 0/ 0.9);
    font-size: 15px;
    padding: 4px;
}

.list_cart span:hover {
    background-color: #8EC63F;
    color: #fff;
    border: 2px solid #8EC63F;
}

.frnd_invite_popup {
    margin: 0px 0px 0px 4px;
    border: 1px solid #cbcbcb;
    border-radius: 50px;
    height: 24px;
    width: 40px;
}

.frnd_invite_popup .popup_box a i {
    font-size: 16px;
    margin: 0px 0px 0px 1px;
    color: #8EC63F;
}

.popup_button {
    padding: 5px;
    cursor: pointer;
    transition: all 0.3s ease-out;
}

.popup_overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
}

.popup_overlay:target {
    visibility: visible;
    opacity: 1;
}

.popup {
    margin: 114px 396px;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 30%;
    overflow-x: hidden !important;
    position: relative;
    transition: all 5s ease-in-out;
}

.pop_head h5 {
    font-size: 14px;
    font-weight: bold;
    margin-top: 0;
    color: #333;
    font-family: Tahoma, Arial, sans-serif;
}

.pop_head a {
    font-size: 20px !important;
}

.popup .close {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}

.popup_content button {
    color: black;
}

.popup .close:hover {
    color: #8EC63F !important;
}

.popup .popup_content {
    max-height: 30%;
    overflow: auto;
}

.popup_overlay3 {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
}

.popup_overlay3:target {
    visibility: visible;
    opacity: 1;
}

#share_option p {
    margin-left: 18px;
    margin-top: 8px;
    margin-bottom: -4px;
}

.pop_bottom_section p {
    margin-top: 8px;
}

.crt_new_lst {
    font-size: 13px;
    font-weight: bold;
}

.crt_new_lst a {
    color: #8EC63F !important;
}

.crt_new_lst a:hover {
    text-decoration: none;
    color: #000;
}

.crt_new_lst_dividr {
    margin-top: 2px;
    height: 1px;
    background-color: #cbcbcb;
}

.crt_nw_lst_content h5 {
    font-size: 14px;
    font-weight: bold;
    margin-top: 2px;
    color: #333;
    font-family: Tahoma, Arial, sans-serif;
}

.crt_nw_lst_content a {
    color: #8EC63F;
}

.crt_nw_lst_content a ::title {
    font-size: 13px;
}

.crt_nw_lst_content_input:focus {
    border: 1px solid #8EC63F;
}

.crt_lst_button button {
    margin-top: 5px;
}

.crt_lst_crt_button {
    background-color: #8EC63F !important;
}

.frnd_list_right {
    margin-right: -40px;
}

.frnd_grid_left ul li a i {
    font-size: 24px;
}

.add_new_lst {
    height: 26px;
    width: 205px;
    border-radius: 4px;
    border: 1px solid #a2a2a2;
    margin-left: 9px;
}

.add_new_lst:focus {
    border: 1px solid #8EC63F;
}

.my_list_hr {
    margin-left: 15px;
}

.ad_lst_btn {
    border: 1px solid #8EC63F!important;
    margin-left: -9px !important;
    height: 26px;
    width: 80px;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    background-color: #8EC63F;
    color: #fff !important;
}

.mdl-content {
    margin-top: 22%;
    height: 347px;
    margin-left: -8%;
    width: 414px;
}

.mdl-header .mdl_cls {
    margin-top: -15px !important;
}

.mdl-header .mdl_cls:hover {
    border: none;
}

.view_edit h5 {
    font-size: 24px;
}

.view_edit p {
    font-size: 11px;
}

.view_edit .crt_profile_btn {
    width: 265px;
    background-color: #8EC63F;
}

.view_edit a:hover {
    text-decoration: none;
}

.prfl_pg h5 {
    font-size: 18px;
    margin-top: 1px;
}

.prfl_pop {
    font-size: 12px !important;
    margin-bottom: 5px !important;
}

.prfl_pop_btm {
    font-size: 12px !important;
}

.ad_lst_btn:hover {
    border: 1px solid #8EC63F;
}

.lst_src {
    width: 60%;
    display: block;
    margin: 0 -24px 0 auto;
    height: 22px;
    box-sizing: border-box;
    border: 1px solid #a2a2a2;
    border-radius: 4px;
    font-size: 14px;
    background-color: white;
    background-image: url(../icons/dashboard_icon/search.png);
    background-size: contain;
    background-position: 3px 0px;
    background-repeat: no-repeat;
    padding: 12px 20px 12px 40px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}

.lst_src:focus {
    width: 100%;
    border: 1px solid rgb(142 198 63/60%);
}

.lst_fltr .nice-select {
    height: 26px !important;
    line-height: 26px !important;
}

.lst_fltr .nice-select:focus {
    border: 2px solid rgb(142 198 63/61%);
}

.lst_fltr .nice-select .option {
    margin-top: -12px;
}

.lst_fltr .nice-select .option .b {
    font-weight: bold;
}

.item_mv_dlt {
    margin-top: 10px;
}

.item_mv_dlt .nice-select:after {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}

.item_mv_dlt .nice-select ul li {
    color: rgb(0 0 0/ 0.9);
}

.item_mv_dlt .nice-select {
    height: 25px !important;
    line-height: 25px !important;
    margin-top: -1px;
    margin-right: -12px;
    float: right;
    border-radius: 0px;
    color: #fff;
    background-color: #8EC63F;
}

.lst_dlt_btn {
    border: 1px solid #8EC63F;
    background-color: #8EC63F;
    height: 25px;
    width: 80px;
    padding: 3px 10px;
    color: #fff !important;
    font-size: 13px;
    margin-right: 10px;
    margin-top: 0px !important;
}

.lst_dlt_btn:hover {
    color: #8EC63F !important;
    background-color: #fff;
    text-decoration: none;
}

@media screen and (max-width: 700px) {
    .popup_box {
        width: 70%;
    }
    .popup {
        width: 70%;
    }
}

.frnd_grid_left {
    font-size: 12px;
}

.frnd_grid_left ul li:nth-of-type(2),
.frnd_grid_left ul li:nth-of-type(3) {
    margin-left: 5px;
}

.frnd_grid_left button {
    color: #000;
    margin-left: -5px;
}

.frnd_grid_left ul li a {
    color: #000;
}

.idea_inlist {
    padding: 0px 10px;
}

.idea_img img {
    height: auto;
    width: 75%;
}

.item_controll {
    float: right;
    text-align: right;
}

.item_controll h6 {
    font-size: 13px;
    margin-right: -10px;
}

.item_controll .myButton {
    width: 60%;
}

.item_controll .myButton a:hover {
    text-decoration: none;
}

.item_mv_dlt button {
    margin-top: 5px;
    color: #000;
}

.popup_button2 {
    color: #000;
    padding: 5px;
    cursor: pointer;
    transition: all 0.3s ease-out;
}

.popup_button2:hover {
    color: #000;
}

.popup_overlay2 {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
}

.popup_overlay2:target {
    visibility: visible;
    opacity: 1;
}

.popup2 {
    text-align: left;
    margin: 355px 950px;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 18%;
    position: relative;
    transition: all 5s ease-in-out;
}

.popup2 h5 {
    margin-top: 0;
    color: #333;
    font-family: Tahoma, Arial, sans-serif;
}

.popup2 .close {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}

.popup_content2 a {
    color: black;
}

.popup_content2 a:hover {
    background-color: rgba(163, 163, 163, 0.637);
    width: 100%;
}

.popup_content2 a::before:hover {
    background-color: #06D85F;
    height: 5px;
    width: 2px;
}

.popup2 .close:hover {
    color: #06D85F;
}

.popup2 .popup_content2 {
    max-height: 30%;
    overflow: auto;
}

@media screen and (max-width: 700px) {
    .popup_box2 {
        width: 70%;
    }
    .popup2 {
        width: 70%;
    }
}

.msg_right h5 {
    font-size: 17px;
    font-weight: bold;
}

.msg_box {
    padding: 10px;
    height: auto;
    border: 1px solid #cbcbcb;
    border-radius: 5px;
    text-align: justify;
}

.msg_box h6 {
    font-size: 14px;
}

.msg_box p a {
    color: #0e5dd4;
}

.msg_brk {
    height: 1px;
    background-color: black;
    width: 30px;
}

.msg_sent .myButton {
    margin-right: 18px;
    margin-top: 10px;
    padding: 5px;
}


/* dashboard */

.dashboard-widget {
    background: #fff;
    padding: 20px 15px;
    border-radius: 5px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.02);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.dashboard-widget:hover {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.dashboard-widget a {
    color: #8EC63F;
}

.dashboard-widget a:hover {
    color: #fff;
}

.dashboard-widget i {
    width: 44px;
    height: 44px;
    line-height: 46px;
    background: rgb(136 135 135 / 30%);
    border-radius: 50%;
    font-size: 16px;
    margin-bottom: 15px;
    color: #8EC63F;
}

.dashboard-widget:hover a {
    color: #fff;
}

.dashboard-widget .title {
    font-family: "Arial Regular" !important;
    font-size: 15px;
    font-weight: 700;
    margin-top: -35px;
}

.dashboard-widget .sub-title {
    font-size: 12px;
    opacity: 0.7;
}

.red-widget,
.blue-widget,
.green-widget,
.yellow-widget {
    background-color: #fff;
    border: 1px solid #8EC63F;
}

.red-widget:hover,
.blue-widget:hover,
.green-widget:hover,
.yellow-widget:hover {
    background-color: #8EC63F;
    border: 1px solid #fff;
}

.cust_dash {
    background: rgba(247, 250, 252, 0.86);
    border-radius: 7px;
    margin-bottom: 50px;
    padding-bottom: 30px;
}

.dash_img {
    width: 130px;
    height: 130px;
    position: relative;
    display: inline-block;
}

.dash_img img {
    height: 100px;
    border-radius: 50%;
}

.dash_img .img_hov {
    display: none;
    position: absolute;
    top: 0;
    left: 17px;
    z-index: 99;
    height: 100px;
    border-radius: 50%;
}

.dash_img .img_hov:first-child {
    display: none;
    position: absolute;
    top: 4px;
}

.dashboard-widget:hover .img_hov {
    display: inline;
}

.pg_title {
    margin: 40px 0px;
    border-radius: 7px;
}

.pg_title h2 {
    font-size: 45px;
    font-weight: 400;
    color: #8EC63F;
    margin-top: 5px;
}

.login_and_security {
    margin-top: 10px;
    border: 1px solid #cbcbcb;
    border-radius: 5px;
}

.log_txt {
    margin: 25px 0px 25px 25px;
}

.log_btn {
    margin: 25px 25px 0px 0px;
}

.log_divider {
    height: 1px;
    background-color: #cbcbcb;
}

.log_txt h4 {
    font-size: 15px;
    font-weight: bold;
}

.log_txt p {
    margin-top: -6px;
}

.log_txt a {
    color: #0e5dd4;
    font-size: 13px;
}

.mrgn {
    height: 2px;
}

.log_btn button {
    background-color: #efefef;
    border: 1px solid #9e9d9d;
    border-radius: 2px;
    padding: 3px 17px;
    color: #000;
    font-size: 13px;
}

.log_btn button:hover {
    background-color: #f7fafd;
    color: #000;
    border: 1px solid #8EC63F;
}

.log_close button {
    margin-top: 10px;
    background-color: #8EC63F;
    border: 1px solid #8EC63F;
    border-radius: 3px;
    padding: 3px 17px;
    color: #fff;
    font-size: 13px;
}

.log_close button:hover {
    background-color: #efefef;
    color: #000;
    border: 1px solid #cbcbcb;
}

.payment_overview h6,
.payment_wallet h6,
.payment_setting h6 {
    font-weight: bold;
}

.payment_overview_in {
    border: 1px solid #cbcbcb;
}

.payment_overview h6 {
    font-size: 14px;
    font-weight: bold;
    margin-top: 7px;
}

.payment_overview_child {
    margin-top: 10px;
}

.overview_img img {
    height: 45px;
    margin-left: 10px;
}

.overview_name h6 {
    font-size: 14px;
    font-weight: bold;
    margin-left: -47px;
    margin-top: 7px;
}

.overview_token p {
    margin-top: 16px;
    margin-right: 10px;
    font-weight: bold;
}

.payment_setting_child {
    border: 1px solid #cbcbcb;
    border-radius: 5px;
    height: 40px;
}

.payment_setting_child a {
    margin-top: 5px;
    color: #000;
    padding: 10px;
    font-size: 13px;
}

.payment_setting_child a:hover {
    text-decoration: underline;
    cursor: pointer;
}

.payment_wallet_in {
    margin-top: 25px;
}

.payment_setting {
    padding: 0px 12px;
    margin-top: 25px;
}

.payment_setting h6 {
    margin-left: 4px;
}

.my_address_tab {
    color: #000;
}

.my_address_tab:hover {
    color: #8EC63F;
    background: #fff;
}


/* --------------------- */

.pay_accordn {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 15px 10px 10px 10px;
    width: 100%;
    border: 1px solid #a9a9a9;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

.paypnl {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.pay_accordn:after {
    content: '\002b';
    color: #777;
    float: right;
    margin-right: 10px;
    margin-top: -34px;
    font-size: 20px;
}

.pay_accordn.active:after {
    font-size: 20px;
    content: "\002d";
    /* Unicode character for "minus" sign (-) */
}

.card_accordion {
    padding: 10px;
}

.card_accordion button {
    width: 887px;
    height: 50px;
    border: 1px solid #cbcbcb;
    margin-top: 5px;
}

.acrdn_img img {
    height: 30px;
    margin-top: -24px;
}

.acrdn_name h6 {
    font-weight: 100;
    font-size: 15px;
    margin-top: -12px;
}

.acrdn_expr p {
    margin-top: -3px;
    margin-left: 7px;
}

.card_user_name,
.card_user_address {
    margin-top: 10px;
}

.card_user_name h5,
.card_user_address h5 {
    font-size: 15px;
    font-weight: bold;
    text-transform: capitalize;
}

.card_user_name p {
    margin-top: -5px;
}

.card_user_address p,
.card_user_name p {
    line-height: 5px;
}

.card_btn button {
    background-color: #efefef;
    border: 1px solid #9e9d9d;
    border-radius: 2px;
    padding: 3px 17px;
    color: #000;
    font-size: 13px;
    width: 78px;
    height: 35px;
}

.card_btn button:hover {
    background-color: #f7fafd;
    color: #000;
    border: 1px solid #8EC63F;
}

.balance,
.new_payment_method {
    width: 100%;
    padding: 10px;
}

.card_title2 h6 {
    font-size: 20px;
    margin-left: 2px;
    margin-top: 10px;
}

.balance_card,
.new_payment_add {
    border: 1px solid #cbcbcb;
}

.new_card_img img {
    height: auto;
    width: 60px;
}

.chck_img {
    height: auto;
    width: 45px;
}

.new_card_optn,
.new_card_img {
    padding: 10px;
}

.new_card_img_modal img {
    height: auto;
    width: 40px;
    height: auto;
}

.popup_button button {
    background-color: #efefef;
    border: 2px solid #9e9d9d;
    border-radius: 2px;
    padding: 3px 17px;
    color: #000;
    font-size: 14px;
    width: 45%;
}

.crd_devider {
    height: 1px;
    width: 100%;
    background-color: #b1b3b4;
    margin: 10px 17px;
}

.popup_button button:hover {
    background-color: #8EC63F;
    color: #fff;
    border: 2px solid #8EC63F;
}

.popup_div {
    width: 1px;
    height: 190px;
    background-color: #cbcbcb;
}

.pay_content_box {
    border: none;
}

.pay_accordn {
    margin-top: -25px;
}

.tab_triger ul li.active {
    background-color: #fff;
}


/* order */


/* home */

header .header_area .header_top .right-box .header_middle form .input_field input::placeholder {
    font-style: italic;
}

header .header_area .header_top .right-box .header_middle form .input_field input {
    font-family: Helvetica Neue ultra light;
}

.header-top-links p,
header .header_area .header_top .right-box .header_right .lang_currency .main_line {
    font-family: Arial;
}

header .header_area .header_top .right-box .header_right .cart a span,
header .header_area .header_top .right-box .header_right .lang_currency a {
    font-family: Arial Rounded MT Bold !important;
}

.accounts_wrap .account_list_wrap .list_contet .single_list li a {
    font-family: Arial;
}

.accounts_wrap .account_list_wrap .list_header p,
.accounts_wrap .account_list_wrap .list_header p a {
    font-family: Arial !important;
}

header .header_area .header_right .list_item_currency .language_list_content p {
    font-family: Arial !important;
}

header .header_area .header_right .list_item_currency .language_list_content .lang_lists li a,
header .header_area .header_top .right-box .header_right .lang_currency span {
    font-family: Helvetica Neue light;
}

.main-menu ul li a,
.main-menu ul ul.submenu>li>a {
    font-family: Arial;
}

.Subscription_area .tutorial-pop,
.see-all-product .btnw2,
.Subscription_area2 span a {
    font-family: "Arial Rounded MT";
}

.single_tranding .des .title {
    font-family: Arial !important;
}

.subcribe_area .subscribe_wrap h4,
.subcribe_area .subscribe_wrap .subscrible_form form button {
    font-family: "Arial Rounded MT" !important;
}

.subcribe_area .subscribe_wrap p {
    font-family: Arial !important;
}

.subcribe_area .subscribe_wrap .subscrible_form form input {
    font-family: Helvetica Neue ultra light;
}

.subcribe_area .subscribe_wrap .subs_wrap {
    font-size: 19px;
    font-family: Helvetica Neue light !important;
}

.footer-area .single-footer-widget ul li {
    font-family: "Arial Rounded MT";
}

.copyright p {
    font-family: Helvetica Neue ultra light !important;
}

.help-box .clik-event .info-bar p,
#whatsApp p,
.get-btn p {
    font-family: Arial Rounded MT !important;
}

.order_user_wrp_lst h6 {
    line-height: 10px;
    font-size: 13px;
}

.order_usr_wrp {
    width: 250px !important;
}

.pay_modal_dialog {
    position: relative;
    height: 80%;
}

.pay_modal_head a img {
    width: 200px !important;
    margin-left: 2%;
}

.card_pop_child {
    margin-top: 5px;
    font-size: 12px;
}

.card_pop_child_slct {
    margin-top: 5px;
    height: 27px;
    line-height: 27px;
    width: 35%;
    font-size: 12px;
    margin-left: 18px;
}

.card_pop_child_slct:after {
    right: 7px !important;
}

.card_pop_child_slct:last-child {
    margin-left: -10px;
}

.card_pop_child_check {
    margin-left: -50px;
}

.card_pop_child .chk_dflt {
    font-size: 12px;
}

.store_card {
    border: 1px solid #cbcbcb;
    padding: 10px;
}

.store_card a {
    color: #8EC63F;
}

.store_card_img img {
    height: 65px;
}

.add_bank .textarea {
    margin-left: 10px;
}

.add_bank a {
    color: #8EC63F;
}

.add_bank_popup_button:focus {
    border: 1px solid #8EC63F;
}

.add_bank_popup_button {
    background-color: #8EC63F;
    border: 1px solid #8EC63F;
    padding: 1px 10px;
    font-size: 16px;
    border-radius: 11px 0px;
}

.add_bank_popup_button:hover {
    background-color: #eee;
    color: #8EC63F;
}

.cancel_bank_button {
    color: #fff;
    padding: 1px 10px;
    font-size: 16px;
    border-radius: 11px 0px;
    background-color: #b1b3b4;
    border: 1px solid #8EC63F;
}

.swt {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 25px;
    margin-left: 45%;
    margin-top: 3%;
}

.swt .tgl {
    opacity: 0;
    width: 0;
    height: 0;
}

.sdlr {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.sdlr:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 2px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.tgl:checked+.sdlr {
    background-color: #8EC63F;
}

.tgl:focus+.sdlr {
    box-shadow: 0 0 1px #8EC63F;
}

.tgl:checked+.sdlr:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.tgl_status {
    color: #8ec63f;
    display: flex;
    position: absolute;
    right: 77px;
    font-weight: bold;
    font-size: 18px;
}

.tgl_status2 {
    color: #8ec63f;
    display: flex;
    position: absolute;
    left: 77px;
    top: 0px;
    font-weight: bold;
    font-size: 18px;
}


/* Rounded sliders */

.sdlr.rnd {
    border-radius: 34px;
}

.sdlr.rnd:before {
    border-radius: 50%;
}

.sdlr_tgl,
.setting_card {
    border: 1px solid #cbcbcb;
    padding: 10px;
    margin-left: 4px;
    width: 98%;
}

.setting_redrect {
    margin-left: 5px;
}

.jhdf {
    width: 100%;
    margin-left: 8px;
}

.stng_crd {
    padding: 8px;
}

.thy {
    width: 100%;
}

.tgl_dvdr {
    height: 1px;
    background-color: #cbcbcb;
    width: 100%;
    margin-left: 5px;
}

.tgl_btn_btn {
    margin-top: 5px;
    width: 100%;
}

.tgl_check {
    margin: 19px 8px;
}

.tgl_name {
    font-size: 15px;
    font-weight: bold;
}

header .header_area .header_top .right-box .header_right .cart a span:nth-of-type(2) {
    position: absolute;
    left: 16px;
    top: -3px;
}


/*============ responsive Start======================= */

@media screen and (max-width: 320px) {
    header .header_area .header_top .left-box .header_left .logo img {
        width: 190px;
        height: 45px;
    }
    .mobile_menu .slicknav_menu .slicknav_btn .slicknav_icon-bar {
        background-color: #fff !important;
        width: 38px;
        height: 4px;
    }
    .slicknav_menu .slicknav_icon {
        margin-right: 12px;
        margin-top: 14px;
    }
    header .header_area .header_top .right-box .header_bottm .header_bottm_right p {
        text-align: justify;
    }
    .owl-carousel .owl-nav div.owl-prev {
        left: 6px;
        top: 80px;
    }
    .owl-carousel .owl-nav div.owl-next {
        right: 6px;
        top: 80px;
    }
    .new_item_carousel .owl-dots {
        margin-bottom: 10px;
        margin-left: 51px;
    }
    .cat-product-carousel .owl-dots .owl-dot {
        height: 8px;
        width: 8px;
        margin: 0px 3px;
    }
    .itm_str {
        font-size: 10px !important;
        margin-top: 20px !important;
    }
    .category-bg {
        padding-top: 66px !important;
        margin-top: -16px;
    }
    .new_item_carousel.owl-drag .owl-item {
        margin-top: 22px;
    }
    .see_product .btnw2 {
        padding: 12px 12px 12px 9px;
        font-size: 8px;
        font-weight: none;
        margin-bottom: 14px !important;
    }
    .subcribe_area .subscribe_wrap h4 {
        font-size: 14px;
    }
    .subcribe_area {
        margin-top: -15px;
    }
    .footer-area {
        margin-top: -15px;
    }
    .section_title h6 {
        font-size: 15px;
    }
    .section-over2,
    .Subscription_area2 {
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain !important;
    }
    .hero-content {
        padding-left: 14px;
        padding-right: 10px;
        line-height: 0px;
        margin-top: 145px;
    }
    .hero .btnw {
        bottom: 64% !important;
        left: 5% !important;
    }
    .hero-content h2 {
        color: #fff;
        font-weight: 700;
        font-size: 12px;
    }
    .hero-content h4 {
        color: #fff;
        font-weight: 500;
        font-size: 9px;
        line-height: 1.1;
        letter-spacing: 0.5px;
        margin-top: -11px;
    }
    .btnw {
        padding: 10px 10px 10px 7px;
        font-size: 8px;
        font-weight: none;
        margin-top: -26px;
    }
    .btnw::after {
        font-size: 15px;
        font-size: 9px;
        right: 2px;
        font-weight: none;
    }
    .owl-carousel .owl-nav div {
        height: 20px;
        line-height: 22px;
        right: 0;
        width: 20px;
    }
    .owl-carousel .owl-nav div.owl-prev::before {
        font-size: 9px;
        left: 7px;
    }
    .owl-carousel .owl-nav div.owl-next::before {
        font-size: 9px;
        left: 9px;
    }
    .slider-height2 {
        height: 150px;
    }
    .home-slider {
        height: 134px;
        margin-bottom: 40px;
    }
    .help-box .clik-event .info-bar,
    #whatsApp,
    .help-box.help-box3 {
        height: 32px;
        width: 78px;
    }
    #heart {
        position: relative;
        width: 36px;
        height: 31px;
        left: -29px;
        top: -4px;
        cursor: pointer;
    }
    #heart:before,
    #heart:after {
        position: absolute;
        content: "";
        left: 45px;
        top: 8px;
        width: 11px;
        height: 18px;
        background: #fff;
        border-radius: 43px 50px 0 0;
        transform: rotate(-44deg);
        transform-origin: 0 100%;
    }
    #heart:before {
        position: absolute;
        content: "";
        left: 38px;
        top: 0;
        width: 11px;
        height: 19px;
        background: #fff;
        border-radius: 43px 50px 0 0;
        transform: rotate(44deg);
        transform-origin: 0 100%;
    }
    #heart i {
        position: relative;
        z-index: 1;
        position: absolute;
        left: 40px;
        top: 12px;
        font-size: 11px;
        color: #7BB22E;
    }
    .help-box .clik-event .info-bar p {
        margin: 0;
        font-size: 11px;
        margin-bottom: 8px;
        padding-right: 0px;
    }
    #whatsApp img {
        width: 19px;
    }
    #whatsApp p {
        margin: 0;
        color: #fff;
        font-size: 10px;
        padding-left: 4px;
    }
    .get-btn p {
        margin: 0;
        color: #fff;
        font-size: 10px;
        padding: 6px 3px 6px 9px;
        font-weight: 700;
        text-align: center;
        line-height: 1;
    }
    .help-box {
        bottom: 115px;
    }
    .help-box.help-box2 {
        bottom: 72px;
    }
    header .header_area .header_top .right-box .header_right .cart a span:nth-of-type(1) {
        margin-top: 8px;
    }
    header .header_area .header_top .right-box .header_right .lang_currency {
        margin-left: -5px;
    }
    .home-slider .owl-dots .owl-dot {
        height: 7px;
        width: 7px;
    }
    .about_area .about_info,
    .about_area .about_info_2 {
        height: 134px;
        width: 100%;
        padding: none;
    }
    .main-slider-padding {
        padding-top: 8px;
    }
    .about_area .about_info,
    .about_area .about_info_2 {
        border-radius: 0px !important;
    }
    .barcode img {
        height: 58px;
        width: 58px !important;
        position: absolute;
        top: 10px;
        left: 27px;
    }
    .about_area .about_info .logo img {
        width: 50px;
        margin-top: -7px;
        margin-left: -72px;
    }
    .about_area .about_info .about_text p {
        font-size: 9px;
        line-height: 9px;
        width: 131px;
        position: absolute;
        top: 11%;
        right: 10%;
        font-family: Arial !important;
    }
    .about_area .about_info .logo {
        position: absolute;
        top: 16%;
        left: 47%;
    }
    .about_area .social_link {
        position: absolute;
        top: 52%;
        left: 4%;
    }
    .about_area .social_link li {
        margin-right: -11px;
        margin-top: -18px;
        display: inline-block;
        width: 25%;
    }
    .about_area .about_info_2 .about_thumb img {
        height: 40px;
        position: absolute;
        top: 11px;
        left: 100px;
    }
    .offers-img img {
        height: 37px;
        width: 37px !important;
    }
    .about_area .about_info_2 p {
        font-size: 9px;
        margin-top: -39px;
        line-height: 9px !important;
    }
    .Subscription_area2 {
        height: 134px;
        margin-bottom: 24px;
    }
    .Subscription_area2 span.subscribe-top a {
        font-size: 12px;
    }
    .Subscription_area2 span.subscribe-top a img {
        width: 22px !important;
    }
    .Subscription_area2 span.subscribe-top {
        position: absolute;
        left: 21%;
        margin-top: -16px;
    }
    .Subscription_area2 .btnw {
        position: absolute;
        top: 13px;
        right: -53px;
    }
    .subcribe_area .subscribe_wrap p {
        font-size: 8.2px;
        text-align: justify;
    }
    .subcribe_area .subscribe_wrap .subs_wrap {
        font-size: 11px;
        text-align: center;
    }
    .subscribe_wrap .social_link {
        margin-top: 6px;
        margin-left: -2px;
    }
    .subscribe_wrap .social_link li a img {
        height: 30px;
    }
    .footer-area .single-footer-widget ul li a {
        font-size: 11px;
    }
    .new_item_carousel .owl-item img {
        height: auto;
        width: 100%;
        display: block;
        margin: 0 auto;
    }
    .single_tranding {
        margin-top: 43px;
    }
    .single_tranding .des p.title {
        font-size: 11px;
        margin-top: -24px;
        margin-bottom: 0px;
        line-height: 12px !important;
    }
    .single_tranding .des p.index_product_brand {
        height: auto;
        font-size: 9px;
        line-height: 10px;
        margin-top: -12px;
        padding: 4px;
    }
    .single_tranding .des p.price {
        font-size: 9px;
        margin-top: -15px;
    }
    .single_tranding .des {
        padding: none;
        min-height: 159px;
        margin-bottom: 5px;
    }
    .single_tranding .des-hover {
        margin-top: -61px;
    }
    .single_tranding .des-hover span {
        height: 20px !important;
        width: 20px !important;
        line-height: 16px !important;
        font-size: 11px;
    }
    .single_tranding .add {
        padding: 28px 8px 30px 8px;
    }
    .see_product .btnw2::after {
        font-size: 15px;
        font-size: 9px;
        right: 4px;
        margin-top: -1px;
        font-weight: none;
    }
    .sec_title {
        margin-top: -26px;
        margin-bottom: -20px;
    }
    .copyright p {
        color: #e5fbf7;
        font-size: 12px;
    }
    .btnww2 {
        margin-bottom: 7px !important;
    }
    .product-gal-img img {
        height: 105px;
        width: 100px !important;
        display: block;
        margin-left: 0px !important;
        margin-top: -40px;
        margin-bottom: -65px;
    }
    .product-description-wrapper .product-title {
        font-size: 12px;
        line-height: 15px;
    }
    .prdct_prc {
        margin-top: -16px;
    }
    .product-description-wrapper .product-description-label,
    .product-description-wrapper .avialable-amount {
        font-size: 12px;
        width: 66px;
    }
    .product-description-wrapper .product-price {
        margin-left: 31px;
        font-size: 19px;
    }
    .product-description-wrapper .product-price-old {
        margin-left: 30px;
    }
    .inpt_grp {
        width: 121px;
    }
    .inpt_grp_lft {
        margin-right: -13px;
    }
    .inpt_grp_mdl {
        margin-right: -7px;
    }
    .inpt_grp_mth {
        margin-left: 15px;
    }
    .avilbl_amnt {
        width: 79px !important;
    }
    .ad_crt_btn {
        width: 40%;
        height: 30px;
        font-size: 11px !important;
        position: absolute;
        left: 27%;
    }
    .section_padding5 {
        margin-top: -16px;
    }
    .owl-stage {
        height: 286px !important;
    }
    /* Product Details Page Responsive <=320 */
    .product-details-img .nav-pills a img {
        border-radius: 3px;
        height: 17px;
        width: 17px;
        margin-top: -7px;
    }
    .product-details-img .tab-content .product-toggle-right a {
        height: 25px;
        width: 45px;
    }
    /* note page responsive start */
    .page_tittle_area .page-tittle {
        height: 45px;
    }
    .page_tittle_area .page-tittle h2 {
        font-size: 30px;
        margin-top: -15px;
    }
    .notsrc input::placeholder {
        font-size: 9px;
    }
    .notesrcbar {
        height: 25px;
    }
    .note_single_tag {
        font-size: 9px;
    }
    .note_single_tag i {
        font-size: 9px !important;
    }
    .nots-banner-img .notes-cover-photo {
        height: auto !important;
    }
    .noteTitles {
        font-size: 14px;
    }
    .single_note_des {
        font-size: 13px !important;
        line-height: 15px !important;
    }
    .single_notes_product,
    .single_notes_null_product {
        width: 35px !important;
        margin-top: 0px !important;
    }
    .single_notes_url p {
        margin-top: 5px;
        font-size: 9px;
        line-height: 1.5em;
    }
    /* brand Product page responsive start*/
    .brnd_nm {
        margin-left: -13px !important;
        width: 194px;
    }
    .brnd_nm h4 {
        padding: 0px !important;
        font-size: 12px;
    }
    .brnd_prfl_img img {
        padding: 40% 0px 0 0;
        margin-left: -6px;
    }
    .brnd_prfl_dtls {
        margin: 8px 0px -6px -12px !important;
        line-height: 0px !important;
    }
    .brnd_prfl_dtls h6 {
        font-size: 8px;
        line-height: 9px !important;
    }
    .brnd_prfl_description {
        margin-top: 15px !important;
        padding-left: 25px !important;
        padding-right: 25px !important;
    }
    .brnd_prfl_description p {
        font-size: 11px !important;
        line-height: 14px;
    }
    .product-filter h3 {
        font-size: 15px;
        margin-bottom: 10px !important;
    }
    .product-filter .card .card-header h2 button {
        font-size: 12px !important;
    }
    .price_rangs_aside {
        padding: 12px 16px !important;
    }
    .price_rangs_aside h4 {
        font-size: 13px !important;
    }
    .product-list .nav-tabs .nav-item {
        margin-right: 9px;
        cursor: pointer;
        width: 35px;
        height: 35px;
        line-height: 17px;
    }
    .brnd_prdct_src {
        position: absolute;
        right: -4px;
        top: -50px;
    }
    .brnd_slct {
        margin-top: 10px !important;
    }
    .brnd_select_hd:nth-child(2) {
        right: 145px;
    }
    .product_select_bar .select-this {
        margin-top: 30px !important;
    }
    .note_product_item {
        height: auto !important;
    }
    .note_product_head p a {
        font-size: 12px !important;
    }
    .product_description .brand {
        font-size: 10px !important;
    }
    .note_product_cmnt a {
        font-size: 12px !important;
    }
    .product_rating {
        font-size: 9px;
    }
    .note_product_des_hover .des-hover span i {
        font-size: 9px !important;
    }
    .note_product_bottom {
        height: 29px !important;
    }
    .note_product_des_hover {
        padding: 0px 0px !important;
        white-space: nowrap;
    }
    .note_product_price {
        margin-top: -3px !important;
        font-size: 9px !important;
    }
    .singleProductImage {
        /* height: 98px !important; */
        width: auto;
        /* margin: 11px; */
    }
    /* perfumer details */
    .prfme_title h2 {
        font-size: 17px;
    }
    .prfme_title p {
        font-size: 13px !important;
    }
    .perfumer_prfl_head p {
        font-size: 9px !important;
        line-height: 2px !important;
    }
    .prfms_prdct {
        margin-top: -48px;
        font-size: 17px;
        font-weight: bold;
    }
    .perfumer-links p {
        font-size: 13px !important;
        line-height: 16px;
    }
    .prfum_nm h4 {
        font-size: 16px;
        margin-left: 0px !important;
    }
    .no_of_prfme h6 {
        font-size: 11px;
        margin-top: 10px;
    }
    .perfumer-categories .nav-tabs .nav-item {
        font-size: 9px;
        padding: 4px 4px;
        margin: 1px;
        line-height: 1;
        font-weight: 100;
    }
    .perfm_img_crt img {
        width: 50px !important;
    }
    .perfume_prdct_cmnt_rat {
        margin-top: -20px !important;
    }
    .prfm_prdct_crt_rating {
        font-size: 10px !important;
    }
    .ulta-beauty {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    .abt_sctn_top {
        text-align: center;
    }
    .abt_sctn_top h2 {
        font-size: 18px !important;
    }
    .abt_sctn_top p {
        font-size: 14px !important;
    }
    .abt_sctn_sub h3 {
        font-size: 16px !important;
    }
    .abt_sctn_sub p {
        font-size: 12px !important;
    }
    /* for-press page responsive start */
    .press-form {
        width: 100%;
    }
    .press-form h3 {
        font-size: 16px;
    }
    .press-form .thumb img {
        height: 30px !important;
        width: 30px !important;
    }
    .press-form .profile .info p {
        margin-bottom: 2px;
        font-size: 13px;
    }
    .press-form .profile .info {
        margin-right: 55px;
    }
    .press-form form input {
        height: 26px;
        font-size: 11px;
    }
    .press-form form textarea {
        font-size: 11px;
        height: 62px;
    }
    .recap {
        width: 100px;
    }
    /*blog page respond=sive start*/
    .Blog_header_area .main_header .social_links ul li {
        margin-right: 9px !important;
    }
    .Blog_header_area .main_header .social_links ul li a {
        font-size: 15px;
    }
    .Blog_header_area .main_header .blog_search_form input {
        height: 26px;
        margin-top: 5px;
        font-size: 18px;
    }
    .blog_banner .single_banner {
        height: 195px !important;
        /* background-size: 100% !important; */
    }
    .blog_banner .single_banner h4 a {
        font-size: 17px !important;
        line-height: 26px;
    }
    .blog_banner_active .owl-stage {
        height: 195px !important;
    }
    .blog_common_title a {
        font-size: 23px !important;
    }
    .blog_service_area .single_service .service_meta h4 {
        font-size: 16px;
        line-height: 19px;
    }
    .blog_service_area .single_service .service_meta p.info {
        font-size: 13px;
        line-height: 15px;
    }
    .blog_service_area .single_service .service_meta p.service_bottom span {
        font-size: 11px;
    }
    .blog_service_area .single_service .service_meta h3 {
        font-size: 16px;
        line-height: 19px;
    }
    .service_lists_view .list_img img {
        margin: 18px 0px 0px 0px !important;
        padding: 0 !important;
        height: auto !important;
    }
    .blog_post_text h2 {
        font-size: 16px;
        line-height: 19px;
    }
    .service_lists_view .single_post .meta {
        font-size: 11px;
    }
    /* Subscription Agreement Page */
    .subscription_head {
        font-size: 18px !important;
    }
    /* your feedback page */
    .special-form .single-input .rating-numbers .rating-number {
        padding: 0px 3px;
        margin-right: 4px;
        font-size: 9px;
    }
    /* FAQ page */
    .promoted-articles-item a {
        display: block;
        padding: 7px 0;
        font-size: 9px;
    }
    /* Contact Us Page */
    .contact-info {
        padding: 4px 9px;
    }
    .special-form .single-input .input-box {
        width: 100%;
        height: 30px;
    }
    .boxed_btn {
        padding: 4px 32px !important;
    }
    .contact-info .single-caption .caption-icon i {
        font-size: 30px;
    }
    .contact-info .single-caption .caption p {
        font-size: 12px;
    }
    .contact-info .single-caption .caption a {
        font-size: 14px;
    }
    /* country region page responsive start */
    .country_head h2 {
        font-size: 18px;
    }
    .country_head .sub_head {
        font-size: 12px;
    }
    .country_head p {
        font-size: 11px;
    }
    .country_select_box label {
        font-size: 18px;
    }
    .country_inpt.nice_Select {
        line-height: 10px;
    }
    .country_inpt .nice_Select,
    .country_inpt input {
        height: 32px;
        line-height: 12px;
        background-color: #fff;
        border: 1px solid #eee;
        padding: 10px 25px;
    }
    .country_aply {
        width: 50%;
        padding: 12px 10px 14px 6px;
        font-size: 12px;
    }
    .country_aply::after {
        right: 12px;
    }
    .country_note p {
        font-size: 9px;
    }
    /* category product page */
    .cat_prduct_title h2 {
        font-size: 25px !important;
        margin-top: 6px !important;
    }
    .product-list .nav-tabs .cat_nav_itm {
        cursor: pointer;
        width: 24px;
        height: 24px;
        line-height: 17px;
        padding: 4px 5px !important;
    }
    .product-list .nav-tabs .cat_nav_itm:nth-child(2) {
        margin-top: -22px;
        margin-left: 28px;
    }
    .cat_slct_hd {
        font-size: 14px !important;
        position: absolute;
        right: 128px !important;
        top: 40px;
    }
    .cat_prduct_src {
        position: absolute;
        top: -5%;
        right: 0%;
    }
    .cat_slct_itm .nice-select {
        height: 31px !important;
        line-height: 18px !important;
        margin: 17% 0px 0px 50% !important;
    }
    /* Brand Product Details responsive */
    .br_pr_dtl {
        padding: 5px 15px 15px 0px !important;
    }
    /* Note page responsive */
    .note_srt {
        padding-bottom: 10px;
    }
    .note_srt .select-this .nice-select {
        width: 90px !important;
        font-size: 9px !important;
        height: 26px !important;
        line-height: 23px !important;
        margin-left: -15px;
    }
    .nt_srt_by {
        font-size: 12px;
        margin-left: 5px;
    }
    /* Product Details Page Responsive */
    .product-details-img .tab-content .tab-pane img {
        margin-left: 15px;
        /* margin-top: 0px;*/
    }
    .new_tbl_product_dtl_right {
        border: 1px solid #8EC63F;
        margin-left: -10px !important;
    }
    .new_tbl_product_dtl_right .social_link2 li .prdct_icn {
        height: 21px !important;
        width: 24px !important;
    }
    .new_tbl_product_dtl_right .social_link2 li .prdct_icn img {
        width: 24px;
        height: auto;
    }
    .product-social-share .social_link {
        left: 4% !important;
        bottom: 65px !important;
    }
    .product_dtl_tab_tble {
        margin-left: -38px;
    }
    .product-social-share .social_link ul li a img {
        height: 22px !important;
    }
    .product-details-img .nav-pills .nav-link {
        width: 20px !important;
        height: 20px !important;
        margin-top: 0px;
        margin-bottom: 2px;
    }
    .nav-tabs .nav-item.show .navs-link,
    .nav-tabs .navs-link.active,
    .nav-tabs .nav_non_check {
        font-size: 13px;
    }
    .navs-link {
        padding: 2px 6px !important;
    }
    .product-details-img .nav-pills {
        padding: 0px !important;
    }
    .prdct_dtl_tbl h6,
    .prdct_dtl_tbl p {
        font-size: 11px !important;
    }
    .prdct_dtls_vdo .video-wrapper .right-content .video-img img {
        width: 95% !important;
        margin-left: 36% !important;
        margin-top: 3px !important;
    }
    .video-wrapper .right-content .video-img .video-icon {
        position: absolute;
        top: 43% !important;
        left: -15px !important;
    }
    .prdct_dtls_vdo .video-wrapper .right-content .video-img .video-icon a {
        width: 18px !important;
        height: 18px !important;
        margin-top: 49px !important;
        margin-left: 22px;
    }
    .prdct_dtls_vdo .video-wrapper .right-content .video-img .video-icon a i {
        font-size: 9px !important;
        right: -2px !important;
        top: -37px !important;
    }
    .prdct_dtls_vdo .video-wrapper .right-content .video-img .video-icon a::after {
        border: 20px solid rgba(255, 255, 255, 0.4) !important;
        left: -11px !important;
        top: -13px !important;
    }
    .prdct_qnt_btn {
        margin-left: 15px;
    }
    .prdct_qnt_btn .qnt_btn {
        width: 130px !important;
        margin-top: 6px;
    }
    .pls_mns_btn {
        height: 30px;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    .inpt_fld {
        height: 30px;
    }
    .product-details-content .btns a {
        color: #fff;
        padding: 5px 16px;
        font-size: 11px;
    }
    .Subscription_area2 {
        margin-top: 0px !important;
    }
    .heading_p_tag p {
        font-size: 11px !important;
        line-height: 15px;
    }
    .joyonto_custom_search_bar {
        height: 25px !important;
        width: 100% !important;
        font-size: 11px;
    }
    .joyonto_custom_search_bar::placeholder {
        font-size: 11px;
    }
    .brnd_select_hd {
        font-size: 11px !important;
        white-space: nowrap;
        margin-top: 0px;
        margin-right: 0px;
    }
    .product-list .right-content .select-this .subs_frm_cntrl {
        margin-top: 0px;
        padding: 16px 30px 9px 10px !important;
    }
    .product-list .right-content .select-this .subs_frm_cntrl span,
    .product-list .right-content .select-this .subs_frm_cntrl ul li {
        font-size: 11px !important;
    }
    .product-list .right-content .select-this .subs_frm_cntrl ul li {
        margin: -13px 0px -13px -6px;
    }
    /* perfumer page */
    .single-perfumer a {
        font-size: 11px;
    }
    /* Compare List Responsive Start */
    .compare_product_selected a img {
        margin: 0 auto;
        display: block !important;
    }
    .compare_des_hover span {
        height: 17px !important;
        width: 17px !important;
        font-size: 9px;
        line-height: 13px !important;
        white-space: nowrap !important;
    }
    .compare_list_head {
        font-size: 9px !important;
    }
    .compare_list_data {
        font-size: 9px !important;
    }
    .compare_list_note img {
        height: 15px !important;
        width: 15px !important;
    }
    .quick-view .product-single-looks {
        padding: 0px 8px 35px 8px;
    }
    .compare_list_note p {
        font-size: 8px !important;
    }
    .custom_compare_li {
        display: block !important;
    }
    .brand_product_body {
        margin-top: -19px !important;
    }
    .product-details-content h2 {
        font-size: 16px;
    }
    .footer-area .single-footer-widget h4 {
        font-size: 17px;
    }
    .accounts_wrap .account_list_wrap .list_contet .single_list h6 {
        font-size: 17px;
    }
    .accounts_wrap .account_list_wrap .list_contet .single_list li a {
        font-size: 9px;
        line-height: 7px;
    }
    /* My address Page reesponsive  */
    .pg_title h2 {
        font-size: 27px;
    }
    .pg_title {
        padding-bottom: 0px;
    }
    .myaddres_sub_title h4 {
        font-size: 15px;
        margin-top: -34px;
    }
    .my_address_tab {
        font-size: 15px;
        padding: 0.2rem 1rem;
    }
    .myaddres_sub_sub_title {
        font-size: 12px !important;
        font-weight: bold;
    }
    .breadcrumb li>a {
        font-size: 9px !important;
    }
    /* your payment page responsive */
    .new_card_img img {
        height: 19px !important;
        width: auto !important;
    }
    .popup_button button {
        padding: 5px 8px;
        font-size: 9px;
        width: 145%;
    }
    .tgl_status2 {
        left: 46px;
        font-size: 14px;
        top: 0px;
    }
    .tgl_status {
        left: -50px;
        font-size: 14px;
        top: 0px;
    }
    .swt {
        width: 40px;
        height: 18px;
        margin-left: 24% !important;
        margin-top: 6% !important;
    }
    .sdlr:before {
        height: 12px;
        width: 12px;
        left: 1px;
    }
    .pay_accordn {
        padding: 10px 10px 0px 10px;
    }
    .acrdn_expr p {
        font-size: 9px;
        margin-top: 0px;
    }
    .acrdn_name h6 {
        font-size: 9px;
        margin-top: -6px;
        line-height: 12px;
    }
    .setting_toggle h6 {
        font-size: 11px;
        margin-left: -10px;
    }
    .card_user_address p,
    .card_user_name p {
        line-height: 1px;
        font-size: 9px;
    }
    .card_user_name h5,
    .card_user_address h5 {
        font-size: 12px;
    }
    .card_btn button {
        padding: 0px 0px;
        font-size: 11px;
        width: 76px;
        height: 26px;
    }
    /* Dashboard -> My Blend page */
    .customer_blend_product img {
        width: 70% !important;
    }
    .customer_blend_product .des p.title {
        font-size: 9px !important;
        line-height: 1.1em !important;
    }
    .customer_blend_product .des p.brand {
        font-size: 9px !important;
        line-height: 1.1em !important;
    }
    .customer_blend_product .des p.price {
        font-size: 9px !important;
    }
    .customer_blend_product .des p.gender {
        font-size: 9px !important;
    }
    .dashboard_blend_ratting {
        font-size: 9px;
    }
    .hidden_mobile {
        display: none !important;
    }
    .customer_blend_product .des-hover span {
        height: 20px !important;
        width: 20px !important;
        line-height: 18px !important;
        font-size: 11px;
        margin: 0px 0px !important;
        border: 1px solid #ddd !important;
        color: #000000ba !important;
    }
    /* Customer Order Page Responsive */
    .tab_triger ul li label {
        padding: 6px 6px;
        font-size: 9px;
    }
    .order_time p {
        font-size: 11px;
    }
    .ordr_slct .nice-select {
        font-size: 9px;
        height: 30px;
        line-height: 27px;
    }
    .ordr_slct .btn {
        font-size: 9px;
        padding: 6px 18px;
        margin-top: 1px;
        margin-left: 5px;
    }
    .order_title_details {
        font-size: 11px;
        padding: 5px 11px;
    }
    .order_title_details p {
        font-size: 9px;
        line-height: 11px;
    }
    .order_item_left .myButton {
        width: 100%;
        margin-bottom: 2px;
    }
    .order_details h4 {
        font-size: 11px;
    }
    .common_title h2 {
        font-size: 18px !important;
    }
    /* Log in and security page responsive */
    .log_txt {
        margin: 12px 0px 12px 12px;
    }
    .log_btn {
        margin: 12px 12px 0px 0px;
    }
    .log_txt h4 {
        font-size: 11px;
    }
    .log_txt p {
        font-size: 9px;
    }
    .log_btn button {
        padding: 2px 15px;
        font-size: 11px;
    }
    /* Log in and security page -> edit name responsive */
    .log_secure_name {
        padding: 12px 12px 0px 12px !important;
    }
    /* Log in and security page -> edit password responsive */
    /* add to cart modal */
    .ad_crt_modal {
        margin-top: -11%;
        margin-left: -20%;
        height: auto;
        width: 295px;
    }
    .add_to_card_product_img img {
        height: 150px;
        margin: 0 auto;
        display: block;
    }
    .card_modal_details {
        margin-top: -15% !important;
    }
    .card_prdct_title {
        font-size: 14px !important;
    }
    .add_crt_content .brand a,
    .add_card_price {
        font-size: 11px !important;
    }
    /* Common_Description Section */
    .common_description p,
    .common_description {
        font-size: 11px !important;
        line-height: 13px;
    }
}

@media only screen and (min-width: 321px) and (max-width: 385px) {
    header .header_area .header_top .left-box .header_left .logo img {
        width: 190px;
        height: 45px;
    }
    .mobile_menu .slicknav_menu .slicknav_btn .slicknav_icon-bar {
        background-color: #fff !important;
        width: 38px;
        height: 4px;
    }
    .slicknav_menu .slicknav_icon {
        margin-right: 12px;
        margin-top: 14px;
    }
    header .header_area .header_top .right-box .header_bottm .header_bottm_right p {
        text-align: justify;
    }
    header .header_area .header_top .right-box .header_right .lang_currency {
        margin: 0px -5px;
    }
    .new_item_carousel .owl-dots {
        margin-bottom: 10px;
        margin-left: 51px;
    }
    .owl-carousel .owl-nav div.owl-prev {
        left: 6px;
        top: 75px;
    }
    .owl-carousel .owl-nav div.owl-next {
        right: 6px;
        top: 75px;
    }
    .cat-product-carousel .owl-dots .owl-dot {
        height: 8px;
        width: 8px;
        margin: 0px 3px;
    }
    .social_link li a img {
        height: 20px;
    }
    .itm_str {
        font-size: 10px !important;
        margin-top: 20px !important;
    }
    .new_item_carousel.owl-drag .owl-item {
        margin-top: 22px;
    }
    .see_product .btnw2 {
        padding: 12px 12px 12px 9px;
        font-size: 8px;
        font-weight: none;
        margin-bottom: 13px !important;
    }
    .section_title h6 {
        font-size: 15px;
    }
    .subcribe_area .subscribe_wrap h4 {
        font-size: 15px;
    }
    .subcribe_area {
        margin-top: -15px;
    }
    .subscribe_wrap .social_link li a img {
        height: 30px;
    }
    .footer-area {
        margin-top: -15px;
    }
    .section-over2,
    .Subscription_area2 {
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain !important;
    }
    .hero-content {
        padding-left: 29px;
        padding-right: 10px;
        line-height: 0px;
        margin-top: 125px;
    }
    .hero .btnw {
        bottom: 56% !important;
        left: 12% !important;
    }
    .hero-content h2 {
        color: #fff;
        font-weight: 700;
        font-size: 15px;
    }
    .hero-content h4 {
        color: #fff;
        font-weight: 500;
        font-size: 9px;
        line-height: 1.1;
        letter-spacing: 0.5px;
        margin-top: -11px;
    }
    .btnw {
        padding: 12px 12px 12px 9px;
        font-size: 8px;
        font-weight: none;
        margin-top: -26px;
    }
    .btnw::after {
        font-size: 15px;
        font-size: 9px;
        right: 4px;
        font-weight: none;
    }
    .owl-carousel .owl-nav div {
        height: 20px;
        line-height: 22px;
        right: 0;
        width: 20px;
    }
    .owl-carousel .owl-nav div.owl-prev::before {
        font-size: 9px;
        left: 7px;
    }
    .owl-carousel .owl-nav div.owl-next::before {
        font-size: 9px;
        left: 9px;
    }
    .slider-height2 {
        height: 150px;
    }
    .home-slider {
        height: 134px;
        margin-bottom: 40px;
    }
    .help-box .clik-event .info-bar,
    #whatsApp,
    .help-box.help-box3 {
        height: 32px;
        width: 78px;
    }
    #heart {
        position: relative;
        width: 36px;
        height: 31px;
        left: -29px;
        top: -4px;
        cursor: pointer;
    }
    #heart:before,
    #heart:after {
        position: absolute;
        content: "";
        left: 45px;
        top: 8px;
        width: 11px;
        height: 18px;
        background: #fff;
        border-radius: 43px 50px 0 0;
        transform: rotate(-44deg);
        transform-origin: 0 100%;
    }
    #heart:before {
        position: absolute;
        content: "";
        left: 38px;
        top: 0;
        width: 11px;
        height: 19px;
        background: #fff;
        border-radius: 43px 50px 0 0;
        transform: rotate(44deg);
        transform-origin: 0 100%;
    }
    #heart i {
        position: relative;
        z-index: 1;
        position: absolute;
        left: 40px;
        top: 12px;
        font-size: 11px;
        color: #7BB22E;
    }
    .help-box .clik-event .info-bar p {
        margin: 0;
        font-size: 11px;
        margin-bottom: 8px;
        padding-right: 0px;
    }
    #whatsApp img {
        width: 19px;
    }
    #whatsApp p {
        margin: 0;
        color: #fff;
        font-size: 10px;
        padding-left: 4px;
    }
    .get-btn p {
        margin: 0;
        color: #fff;
        font-size: 10px;
        padding: 6px 3px 6px 9px;
        font-weight: 700;
        text-align: center;
        line-height: 1;
    }
    .help-box {
        bottom: 115px;
    }
    .help-box.help-box2 {
        bottom: 72px;
    }
    header .header_area .header_top .right-box .header_right .cart a span:nth-of-type(1) {
        margin-top: 8px;
    }
    .home-slider .owl-dots .owl-dot {
        height: 7px;
        width: 7px;
    }
    .about_area .about_info,
    .about_area .about_info_2 {
        border-radius: 0px !important;
        height: 145px;
        margin-top: -34px;
    }
    .barcode img {
        height: 70px;
        width: 70px !important;
        position: absolute;
        top: -17%;
        left: 6%;
    }
    .about_area .about_info .logo img {
        height: 17px;
        width: 58px;
        margin-top: -6px;
    }
    .about_area .about_info .about_text p {
        font-size: 8px;
        line-height: 9px;
        width: 135px;
        position: absolute;
        bottom: 18%;
        right: 7%;
        font-family: Arial !important;
    }
    .about_area .about_info .logo {
        position: absolute;
        top: -6%;
        left: 25%;
    }
    .about_area .social_link {
        position: absolute;
        top: 43%;
        left: 7%;
    }
    .about_area .social_link li {
        margin-right: -7px;
    }
    .about_area .about_info_2 .about_thumb img {
        height: 40px;
        position: absolute;
        top: 11px;
    }
    .offers-img img {
        height: 37px;
        width: 37px !important;
    }
    .about_area .about_info_2 p {
        font-size: 9px;
        margin-top: -39px;
        line-height: 11px !important;
        font-family: Arial !important;
    }
    .Subscription_area2 {
        height: 134px;
        margin-bottom: 24px;
    }
    .Subscription_area2 span.subscribe-top a {
        font-size: 20px;
    }
    .Subscription_area2 span.subscribe-top {
        position: absolute;
        left: 21%;
        margin-top: -16px;
    }
    .Subscription_area2 .btnw {
        position: absolute;
        top: 13px;
        right: -50px;
    }
    .subcribe_area .subscribe_wrap p {
        font-size: 11px;
    }
    .subcribe_area .subscribe_wrap .subs_wrap {
        font-size: 13px;
        text-align: center;
    }
    .subscribe_wrap .social_link {
        margin-top: 0px;
        margin-left: 6px;
    }
    .footer-area .single-footer-widget ul li a {
        font-size: 11px;
    }
    .category-bg {
        padding-top: 67px !important;
        margin-top: -15px;
    }
    .new_item_carousel .owl-item img {
        height: auto;
        width: 100%;
        display: block;
        margin: 0 auto;
    }
    .single_tranding {
        margin-top: 43px;
    }
    .single_tranding .des p.title {
        font-size: 11px;
        margin-top: -24px;
        margin-bottom: 6px;
        line-height: 12px !important;
    }
    .single_tranding .des p.index_product_brand {
        height: auto;
        font-size: 9px;
        line-height: 10px;
        margin-top: -15px;
        padding: 4px;
    }
    .single_tranding .des p.price {
        font-size: 9px;
        margin-top: -5px;
    }
    .single_tranding .des {
        padding: none;
        min-height: 159px;
        margin-bottom: 5px;
    }
    .single_tranding .des-hover {
        margin-top: -48px;
    }
    .single_tranding .des-hover span {
        height: 20px !important;
        width: 20px !important;
        line-height: 16px !important;
        font-size: 11px;
    }
    .single_tranding .add {
        padding: 28px 8px 30px 8px;
    }
    .see_product .btnw2 {
        padding: 12px 12px 12px 9px;
        font-size: 8px;
        font-weight: none;
        margin-bottom: 10px;
    }
    .see_product .btnw2::after {
        font-size: 15px;
        font-size: 9px;
        right: 4px;
        margin-top: -1px;
        font-weight: none;
    }
    .new_item_carousel .owl-nav div.owl-prev {
        top: 185px;
    }
    .new_item_carousel .owl-nav div.owl-next {
        top: 185px;
    }
    .sec_title {
        margin-top: -26px;
        margin-bottom: -20px;
    }
    .footer-area .single-footer-widget img {
        width: 90%;
    }
    .copyright p {
        color: #e5fbf7;
        font-size: 12px;
    }
    .product-gal-img img {
        height: 124px;
        width: 102px !important;
        display: block;
        margin-left: 70px !important;
        margin-top: -40px;
        margin-bottom: -65px;
    }
    .product-description-wrapper .product-title {
        font-size: 15px;
        line-height: 15px;
    }
    .prdct_prc {
        margin-top: -16px;
    }
    .product-description-wrapper .product-description-label,
    .product-description-wrapper .avialable-amount {
        font-size: 12px;
        width: 66px;
    }
    .product-description-wrapper .product-price {
        margin-left: 31px;
        font-size: 19px;
    }
    .product-description-wrapper .product-price-old {
        margin-left: 30px;
    }
    .inpt_grp {
        width: 121px;
    }
    .inpt_grp_lft {
        margin-right: -13px;
    }
    .inpt_grp_mdl {
        margin-right: -7px;
    }
    .inpt_grp_mth {
        margin-left: 15px;
    }
    .avilbl_amnt {
        width: 79px !important;
    }
    .ad_crt_btn {
        width: 40%;
        height: 30px;
        font-size: 11px !important;
        position: absolute;
        left: 27%;
    }
    .gray-bg {
        background: #f3f3f3;
        margin-top: -16px;
    }
    /* note page responsive start */
    .page_tittle_area .page-tittle {
        height: 45px;
    }
    .page_tittle_area .page-tittle h2 {
        font-size: 30px;
        margin-top: -15px;
    }
    .notsrc input::placeholder {
        font-size: 9px;
    }
    .notesrcbar {
        height: 25px;
    }
    .note_single_tag {
        font-size: 9px;
    }
    .note_single_tag i {
        font-size: 9px !important;
    }
    .nots-banner-img .notes-cover-photo {
        height: auto !important;
    }
    .noteTitles {
        font-size: 14px;
    }
    .single_note_des {
        font-size: 13px !important;
    }
    .single_notes_product,
    .single_notes_null_product {
        width: 35px !important;
        margin-top: 0px !important;
    }
    .single_notes_url p {
        margin-top: 5px;
        font-size: 9px;
        line-height: 1.5em;
    }
    /* brand Product page */
    .brnd_nm {
        width: 115% !important;
        margin-left: -13px !important;
    }
    .brnd_nm h4 {
        padding: 0px !important;
        font-size: 12px;
    }
    .brnd_prfl_img img {
        padding: 12% 0px 0 0;
        margin-left: -6px;
    }
    .brnd_prfl_dtls {
        margin: 9px 0px -2px -14px !important;
        line-height: 0px !important;
    }
    .brnd_prfl_dtls h6 {
        font-size: 8px;
        line-height: 8px !important;
    }
    .brnd_prfl_description {
        margin-top: 15px !important;
        padding-left: 25px !important;
        padding-right: 25px !important;
    }
    .brnd_prfl_description p {
        font-size: 11px !important;
        line-height: 14px;
    }
    .product-filter h3 {
        font-size: 15px;
        margin-bottom: 10px !important;
    }
    .product-filter .card .card-header h2 button {
        font-size: 12px !important;
    }
    .price_rangs_aside {
        padding: 12px 16px !important;
    }
    .price_rangs_aside h4 {
        font-size: 13px !important;
    }
    .product-list .nav-tabs .nav-item {
        margin-right: 9px;
        cursor: pointer;
        width: 35px;
        height: 35px;
        line-height: 17px;
    }
    .brnd_prdct_src {
        position: absolute;
        right: -4px;
        top: -50px;
    }
    .brnd_slct {
        margin-top: 10px !important;
    }
    .brnd_select_hd:nth-child(2) {
        right: 40%;
    }
    .product_select_bar {
        float: left !important;
    }
    .product_select_bar .select-this {
        margin-top: 25px !important;
    }
    .brand-product .right-content .select-this .nice-select {
        padding: 16px 40px 13px 16px !important;
    }
    .note_product_item {
        height: auto !important;
    }
    .note_product_head p a {
        font-size: 12px !important;
    }
    .product_description .brand {
        font-size: 10px !important;
    }
    .note_product_cmnt a {
        font-size: 12px !important;
    }
    .product_rating {
        font-size: 9px;
    }
    .note_product_des_hover .des-hover span i {
        font-size: 9px !important;
    }
    .note_product_bottom {
        height: 29px !important;
    }
    .note_product_des_hover {
        padding: 0px 0px !important;
        white-space: nowrap;
    }
    .note_product_price {
        margin-top: -3px !important;
        font-size: 9px !important;
    }
    .singleProductImage {
        /* height: 98px !important; */
        width: auto;
        /* margin: 11px; */
    }
    /* perfumer details */
    .prfme_title h2 {
        font-size: 17px;
    }
    .prfme_title p {
        font-size: 13px !important;
    }
    .perfumer_prfl_head p {
        font-size: 11px !important;
        line-height: 2px !important;
    }
    .prfms_prdct {
        margin-top: -48px;
        font-size: 17px;
        font-weight: bold;
    }
    .perfumer-links p {
        font-size: 13px !important;
        line-height: 16px;
    }
    .prfum_nm h4 {
        font-size: 16px;
        margin-left: 0px !important;
    }
    .no_of_prfme h6 {
        font-size: 11px;
        margin-top: 10px;
    }
    .perfumer-categories .nav-tabs .nav-item {
        font-size: 9px;
        padding: 4px 4px;
        margin: 1px;
        line-height: 1;
        font-weight: 100;
    }
    .perfm_img_crt img {
        width: 50px !important;
    }
    .perfume_prdct_cmnt_rat {
        margin-top: -20px !important;
    }
    .prfm_prdct_crt_rating {
        font-size: 10px !important;
    }
    .ulta-beauty {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    .abt_sctn_top {
        text-align: center;
    }
    .abt_sctn_top h2 {
        font-size: 18px !important;
    }
    .abt_sctn_top p {
        font-size: 14px !important;
    }
    .abt_sctn_sub h3 {
        font-size: 16px !important;
    }
    .abt_sctn_sub p {
        font-size: 12px !important;
    }
    /*blog page respond=sive start*/
    .Blog_header_area .main_header .social_links ul li {
        margin-right: 9px !important;
    }
    .Blog_header_area .main_header .social_links ul li a {
        font-size: 15px;
    }
    .Blog_header_area .main_header .blog_search_form input {
        height: 26px;
        margin-top: 5px;
        font-size: 18px;
    }
    .blog_banner .single_banner {
        height: 195px !important;
        /* background-size: 100% !important; */
    }
    .blog_banner .single_banner h4 a {
        font-size: 17px !important;
        line-height: 26px;
    }
    .blog_banner_active .owl-stage {
        height: 195px !important;
    }
    .blog_common_title a {
        font-size: 23px !important;
    }
    .blog_service_area .single_service .service_meta h4 {
        font-size: 16px;
        line-height: 19px;
    }
    .blog_service_area .single_service .service_meta p.info {
        font-size: 13px;
        line-height: 15px;
    }
    .blog_service_area .single_service .service_meta p.service_bottom span {
        font-size: 11px;
    }
    .blog_service_area .single_service .service_meta h3 {
        font-size: 16px;
        line-height: 19px;
    }
    .service_lists_view .list_img img {
        margin: 18px 0px 0px 0px !important;
        padding: 0 !important;
        height: auto !important;
    }
    .blog_post_text h2 {
        font-size: 16px;
        line-height: 19px;
    }
    .service_lists_view .single_post .meta {
        font-size: 11px;
    }
    /* Subscription Agreement Page */
    .subscription_head {
        font-size: 25px !important;
    }
    /* your feedback page */
    .special-form .single-input .rating-numbers .rating-number {
        padding: 0px 4px;
        margin-right: 6px;
        font-size: 9px;
    }
    /* FAQ Page */
    .promoted-articles-item a {
        border-bottom: 1px solid #ddd;
        color: #333333;
        display: block;
        padding: 7px 0;
        font-size: 9px;
    }
    /* Contact Us Page */
    .contact-info {
        padding: 4px 9px;
    }
    .special-form .single-input .input-box {
        width: 100%;
        height: 30px;
    }
    .boxed_btn {
        padding: 4px 32px !important;
    }
    .contact-info .single-caption .caption-icon i {
        font-size: 30px;
    }
    .contact-info .single-caption .caption p {
        font-size: 12px;
    }
    .contact-info .single-caption .caption a {
        font-size: 14px;
    }
    /* country region page responsive start */
    .country_head h2 {
        font-size: 18px;
    }
    .country_head .sub_head {
        font-size: 12px;
    }
    .country_head p {
        font-size: 11px;
    }
    .country_select_box label {
        font-size: 18px;
    }
    .country_inpt.nice_Select {
        line-height: 10px;
    }
    .country_inpt .nice_Select,
    .country_inpt input {
        height: 32px;
        line-height: 12px;
        background-color: #fff;
        border: 1px solid #eee;
        padding: 10px 25px;
    }
    .country_aply {
        width: 50%;
        padding: 12px 10px 14px 6px;
        font-size: 12px;
    }
    .country_aply::after {
        right: 12px;
    }
    .country_note p {
        font-size: 9px;
    }
    /* category product page */
    .cat_prduct_title h2 {
        font-size: 25px !important;
        margin-top: 6px !important;
    }
    .product-list .nav-tabs .cat_nav_itm {
        cursor: pointer;
        width: 24px;
        height: 24px;
        line-height: 17px;
        padding: 4px 5px !important;
    }
    .product-list .nav-tabs .cat_nav_itm:nth-child(2) {
        margin-top: -22px;
        margin-left: 28px;
    }
    .cat_slct_hd {
        font-size: 14px !important;
        position: absolute;
        right: 128px !important;
        top: 60%;
    }
    .cat_prduct_src {
        position: absolute;
        top: -5%;
        right: 0%;
    }
    .cat_slct_itm .nice-select {
        height: 31px !important;
        line-height: 18px !important;
        margin: 17% 0px 0px 50% !important;
    }
    /* Brand Product Details responsive */
    .br_pr_dtl {
        padding: 5px 15px 15px 0px !important;
    }
    .br_pr_img img {
        margin-top: 10px !important;
        width: 68px !important;
    }
    /* Note page responsive */
    .note_srt {
        padding-bottom: 10px;
    }
    .note_srt .select-this .nice-select {
        width: 90px !important;
        font-size: 9px !important;
        height: 26px !important;
        line-height: 23px !important;
        margin-left: -15px;
    }
    .nt_srt_by {
        font-size: 12px;
        margin-left: 5px;
    }
    /* Product Details Page Responsive */
    .product-details-img .tab-content .tab-pane img {
        margin-left: 15px;
        height: 180px !important;
        width: auto !important;
        /* margin-top: 0px;*/
    }
    .new_tbl_product_dtl_right {
        border: 1px solid #8EC63F;
        margin-left: -10px !important;
        height: 180px;
        width: auto;
    }
    .new_tbl_product_dtl_right .social_link2 li .prdct_icn {
        height: 25.4px !important;
        width: auto !important;
    }
    .new_tbl_product_dtl_right .social_link2 li .prdct_icn img {
        width: auto;
        height: 24px;
    }
    .product-social-share .social_link {
        left: 4% !important;
        bottom: 62px !important;
    }
    .product_dtl_tab_tble {
        margin-left: -38px;
    }
    .product-social-share .social_link ul li a img {
        height: 19px !important;
    }
    .product-details-img .nav-pills .nav-link {
        width: 18px !important;
        height: 18px !important;
        margin-top: 6px;
        margin-bottom: -3px
    }
    .product-details-img .nav-pills a img {
        margin-top: -9px;
    }
    .nav-tabs .nav-item.show .navs-link,
    .nav-tabs .navs-link.active,
    .nav-tabs .nav_non_check {
        font-size: 13px;
    }
    .navs-link {
        padding: 2px 6px !important;
    }
    .product-details-img .nav-pills {
        padding: 0px !important;
        margin-top: 7px !important;
    }
    .prdct_dtl_tbl h6,
    .prdct_dtl_tbl p {
        font-size: 11px !important;
    }
    .prdct_dtls_vdo .video-wrapper .right-content .video-img img {
        width: 95% !important;
        margin-left: 36% !important;
        margin-top: 3px !important;
    }
    .video-wrapper .right-content .video-img .video-icon {
        position: absolute;
        top: 43% !important;
        left: -15px !important;
    }
    .prdct_dtls_vdo .video-wrapper .right-content .video-img .video-icon a {
        width: 32px !important;
        height: 33px !important;
        margin-top: 31px !important;
        margin-left: 20px;
    }
    .prdct_dtls_vdo .video-wrapper .right-content .video-img .video-icon a i {
        font-size: 17px !important;
        right: -2px !important;
        top: -28px !important;
    }
    .prdct_dtls_vdo .video-wrapper .right-content .video-img .video-icon a::after {
        border: 30px solid rgba(255, 255, 255, 0.4) !important;
        left: -14px !important;
        top: -15px !important;
    }
    .prdct_qnt_btn {
        margin-left: 15px;
    }
    .prdct_qnt_btn .qnt_btn {
        width: 130px !important;
        margin-top: 6px;
    }
    .pls_mns_btn {
        height: 30px;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    .inpt_fld {
        height: 30px;
    }
    .product-details-content .btns a {
        color: #fff;
        padding: 5px 16px;
        font-size: 11px;
    }
    .product-details-description .tab-content {
        margin-top: -13.1%;
    }
    .Subscription_area2 {
        margin-top: 0px !important;
    }
    .heading_p_tag p {
        font-size: 11px !important;
        line-height: 15px;
    }
    .joyonto_custom_search_bar {
        height: 25px !important;
        width: 100% !important;
        font-size: 11px;
        /* margin: 0px 35px 0px 0px !important; */
    }
    .joyonto_custom_search_bar::placeholder {
        font-size: 11px;
    }
    .brnd_select_hd {
        font-size: 11px !important;
        white-space: nowrap;
        margin-top: 0px;
        margin-right: 0px;
    }
    .product-list .right-content .select-this .subs_frm_cntrl {
        margin-top: 0px;
        padding: 16px 30px 9px 10px !important;
    }
    .product-list .right-content .select-this .subs_frm_cntrl span,
    .product-list .right-content .select-this .subs_frm_cntrl ul li {
        font-size: 11px !important;
    }
    .product-list .right-content .select-this .subs_frm_cntrl ul li {
        margin: -13px 0px -13px -6px;
    }
    /* perfumer page */
    .single-perfumer a {
        font-size: 11px;
    }
    /* Compare List Responsive Start */
    .compare_product_selected a img {
        margin: 0 auto;
        display: block !important;
    }
    .compare_des_hover span {
        height: 20px !important;
        width: 20px !important;
        font-size: 12px;
        line-height: 18px !important;
        white-space: nowrap !important;
    }
    .compare_list_head {
        font-size: 9px !important;
    }
    .compare_list_data {
        font-size: 9px !important;
    }
    .compare_list_note img {
        margin: auto;
        display: block !important;
        height: 16px !important;
        width: 16px !important;
    }
    .custom_compare_li {
        display: block !important;
    }
    .quick-view .product-single-looks {
        padding: 0px 8px 35px 8px;
    }
    .brand_product_body {
        margin-top: -19px !important;
    }
    .product-details-content h2 {
        font-size: 16px;
    }
    .footer-area .single-footer-widget h4 {
        font-size: 17px;
    }
    .accounts_wrap .account_list_wrap .list_contet .single_list h6 {
        font-size: 17px;
    }
    .accounts_wrap .account_list_wrap .list_contet .single_list li a {
        font-size: 9px;
        line-height: 7px;
    }
    /* My address Page reesponsive  */
    .pg_title h2 {
        font-size: 27px;
    }
    .pg_title {
        padding-bottom: 0px;
    }
    .myaddres_sub_title h4 {
        font-size: 15px;
        margin-top: -34px;
    }
    .my_address_tab {
        font-size: 15px;
        padding: 0.2rem 1rem;
    }
    .myaddres_sub_sub_title {
        font-size: 12px !important;
        font-weight: bold;
    }
    .breadcrumb li>a {
        font-size: 9px !important;
    }
    /* your payment page responsive */
    .new_card_img img {
        height: 19px !important;
        width: auto !important;
    }
    .popup_button button {
        padding: 5px 8px;
        font-size: 9px;
        width: 145%;
    }
    .tgl_status2 {
        left: 46px;
        font-size: 14px;
        top: 0px;
    }
    .tgl_status {
        left: -50px;
        font-size: 14px;
        top: 0px;
    }
    .swt {
        width: 40px;
        height: 18px;
        margin-left: 24% !important;
        margin-top: 6% !important;
    }
    .sdlr:before {
        height: 12px;
        width: 12px;
        left: 1px;
    }
    .pay_accordn {
        padding: 10px 10px 0px 10px;
    }
    .acrdn_expr p {
        font-size: 9px;
        margin-top: 0px;
    }
    .acrdn_name h6 {
        font-size: 9px;
        margin-top: -6px;
        line-height: 12px;
    }
    .setting_toggle h6 {
        font-size: 11px;
        margin-left: -10px;
    }
    .card_user_address p,
    .card_user_name p {
        line-height: 1px;
        font-size: 9px;
    }
    .card_user_name h5,
    .card_user_address h5 {
        font-size: 12px;
    }
    .card_btn button {
        padding: 0px 0px;
        font-size: 11px;
        width: 76px;
        height: 26px;
    }
    /* Dashboard -> My Blend page */
    .customer_blend_product img {
        width: 70% !important;
    }
    .customer_blend_product .des p.title {
        font-size: 9px !important;
        line-height: 1.1em !important;
    }
    .customer_blend_product .des p.brand {
        font-size: 9px !important;
        line-height: 1.1em !important;
    }
    .customer_blend_product .des p.price {
        font-size: 9px !important;
    }
    .customer_blend_product .des p.gender {
        font-size: 9px !important;
    }
    .dashboard_blend_ratting {
        font-size: 9px;
    }
    .hidden_mobile {
        display: none !important;
    }
    .customer_blend_product .des-hover span {
        height: 20px !important;
        width: 20px !important;
        line-height: 18px !important;
        font-size: 11px;
        margin: 0px 0px !important;
        border: 1px solid #ddd !important;
        color: #000000ba !important;
    }
    /* Customer Order Page Responsive */
    .tab_triger ul li label {
        padding: 6px 7px;
        font-size: 9px;
    }
    .order_time p {
        font-size: 11px;
    }
    .ordr_slct .nice-select {
        font-size: 11px;
        height: 30px;
        line-height: 27px;
    }
    .ordr_slct .btn {
        font-size: 11px;
        padding: 4px 18px;
        margin-top: 1px;
    }
    .order_title_details {
        font-size: 11px;
        padding: 5px 11px;
    }
    .order_title_details p {
        font-size: 11px;
        line-height: 11px;
    }
    .order_item_left .myButton {
        width: 100%;
        margin-bottom: 2px;
    }
    .order_details h4 {
        font-size: 14px;
    }
    .common_title h2 {
        font-size: 18px !important;
    }
    /* Log in and security page responsive */
    .log_txt {
        margin: 12px 0px 12px 12px;
    }
    .log_btn {
        margin: 12px 12px 0px 0px;
    }
    .log_txt h4 {
        font-size: 11px;
    }
    .log_txt p {
        font-size: 9px;
    }
    .log_btn button {
        padding: 2px 15px;
        font-size: 11px;
    }
    /* Log in and security page -> edit name responsive */
    .log_secure_name {
        padding: 12px 12px 0px 12px !important;
    }
    /* add to cart modal */
    .ad_crt_modal {
        margin-top: -11%;
        margin-left: -20%;
        height: auto;
        width: 305px;
    }
    .add_to_card_product_img img {
        height: 150px;
        margin: 0 auto;
        display: block;
    }
    .card_modal_details {
        margin-top: -15% !important;
    }
    .card_prdct_title {
        font-size: 14px !important;
    }
    .add_crt_content .brand a,
    .add_card_price {
        font-size: 11px !important;
    }
    /* Common_Description Section */
    .common_description p {
        font-size: 11px !important;
        line-height: 13px;
    }
    /* all brands title */
    .all_brands_title {
        font-size: 14px;
    }
}

@media only screen and (min-width: 386px) and (max-width: 449px) {
    .product-details-content h2 {
        font-size: 16px;
    }
    .about_area .social_link li a img {
        height: 22px;
    }
    header .header_area .header_top .left-box .header_left .logo img {
        width: 190px;
        height: 45px;
    }
    .mobile_menu .slicknav_menu .slicknav_btn .slicknav_icon-bar {
        background-color: #fff !important;
        width: 38px;
        height: 4px;
    }
    .slicknav_menu .slicknav_icon {
        margin-right: 12px;
        margin-top: 14px;
    }
    header .header_area .header_top .right-box .header_bottm .header_bottm_right p {
        text-align: justify;
    }
    header .header_area .header_top .right-box .header_right .lang_currency {
        margin: 0px -5px;
    }
    .new_item_carousel .owl-dots {
        margin-bottom: 10px;
        margin-left: 51px;
    }
    .cat-product-carousel .owl-dots .owl-dot {
        height: 8px;
        width: 8px;
        margin: 0px 3px;
    }
    .itm_str {
        font-size: 10px !important;
        margin-top: 20px !important;
    }
    .new_item_carousel.owl-drag .owl-item {
        margin-top: 22px;
    }
    .see_product .btnw2 {
        padding: 12px 12px 12px 9px;
        font-size: 8px;
        font-weight: none;
        margin-bottom: 13px !important;
    }
    .section_title h6 {
        font-size: 21px;
    }
    .subcribe_area .subscribe_wrap h4 {
        font-size: 18px;
    }
    .subcribe_area {
        margin-top: -15px;
    }
    .subscribe_wrap .social_link li a img {
        height: 35px;
    }
    .footer-area {
        margin-top: -15px;
    }
    .section-over2,
    .Subscription_area2 {
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain !important;
    }
    .hero-content {
        padding-left: 35px;
        padding-right: 10px;
        line-height: 0px;
        margin-top: 125px;
    }
    .hero .btnw {
        bottom: 56% !important;
        left: 12% !important;
    }
    .hero-content h2 {
        color: #fff;
        font-weight: 700;
        font-size: 15px;
    }
    .hero-content h4 {
        color: #fff;
        font-weight: 500;
        font-size: 9px;
        line-height: 1.1;
        letter-spacing: 0.5px;
        margin-top: -11px;
    }
    .btnw {
        padding: 12px 12px 12px 9px;
        font-size: 8px;
        font-weight: none;
        margin-top: -26px;
    }
    .btnw::after {
        font-size: 15px;
        font-size: 9px;
        right: 4px;
        font-weight: none;
    }
    .owl-carousel .owl-nav div {
        height: 20px;
        line-height: 22px;
        right: 0;
        width: 20px;
    }
    .owl-carousel .owl-nav div.owl-prev::before {
        font-size: 9px;
        left: 7px;
    }
    .owl-carousel .owl-nav div.owl-next::before {
        font-size: 9px;
        left: 9px;
    }
    .slider-height2 {
        height: 150px;
    }
    .home-slider {
        height: 134px;
        margin-bottom: 40px;
    }
    .help-box .clik-event .info-bar,
    #whatsApp,
    .help-box.help-box3 {
        height: 32px;
        width: 78px;
    }
    #heart {
        position: relative;
        width: 36px;
        height: 31px;
        left: -29px;
        top: -4px;
        cursor: pointer;
    }
    #heart:before,
    #heart:after {
        position: absolute;
        content: "";
        left: 45px;
        top: 8px;
        width: 11px;
        height: 18px;
        background: #fff;
        border-radius: 43px 50px 0 0;
        transform: rotate(-44deg);
        transform-origin: 0 100%;
    }
    #heart:before {
        position: absolute;
        content: "";
        left: 38px;
        top: 0;
        width: 11px;
        height: 19px;
        background: #fff;
        border-radius: 43px 50px 0 0;
        transform: rotate(44deg);
        transform-origin: 0 100%;
    }
    #heart i {
        position: relative;
        z-index: 1;
        position: absolute;
        left: 40px;
        top: 12px;
        font-size: 11px;
        color: #7BB22E;
    }
    .help-box .clik-event .info-bar p {
        margin: 0;
        font-size: 11px;
        margin-bottom: 8px;
        padding-right: 0px;
    }
    #whatsApp img {
        width: 19px;
    }
    #whatsApp p {
        margin: 0;
        color: #fff;
        font-size: 10px;
        padding-left: 4px;
    }
    .get-btn p {
        margin: 0;
        color: #fff;
        font-size: 10px;
        padding: 6px 3px 6px 9px;
        font-weight: 700;
        text-align: center;
        line-height: 1;
    }
    .help-box {
        bottom: 115px;
    }
    .help-box.help-box2 {
        bottom: 72px;
    }
    header .header_area .header_top .right-box .header_right .cart a span:nth-of-type(1) {
        margin-top: 8px;
    }
    .home-slider .owl-dots .owl-dot {
        height: 7px;
        width: 7px;
    }
    .about_area .about_info,
    .about_area .about_info_2 {
        border-radius: 0px !important;
        height: 145px;
        margin-top: -34px;
    }
    .barcode img {
        height: 80px;
        width: 80px !important;
        position: absolute;
        top: -17%;
        left: 11%;
    }
    .about_area .about_info .logo img {
        height: 21px;
        width: 71px;
        margin-top: -7px;
        margin-left: -85px;
    }
    .about_area .about_info .about_text p {
        font-size: 10px;
        line-height: 9px;
        width: 149px;
        position: absolute;
        bottom: 8%;
        right: 7%;
        font-family: Arial !important;
    }
    .about_area .about_info .logo {
        position: absolute;
        top: -6%;
        left: 50%;
    }
    .about_area .social_link {
        position: absolute;
        top: 47%;
        left: 12.5%;
    }
    .about_area .social_link li {
        margin-right: -7px;
    }
    .about_area .about_info_2 .about_thumb img {
        height: 40px;
        position: absolute;
        top: 11px;
    }
    .offers-img img {
        height: 37px;
        width: 37px !important;
    }
    .about_area .about_info_2 p {
        font-size: 9px;
        margin-top: -39px;
        line-height: 11px !important;
        font-family: Arial !important;
    }
    .Subscription_area2 {
        height: 134px;
        margin-bottom: 24px;
    }
    .Subscription_area2 span.subscribe-top a {
        font-size: 20px;
    }
    .Subscription_area2 span.subscribe-top {
        position: absolute;
        left: 21%;
        margin-top: -16px;
    }
    .Subscription_area2 .btnw {
        position: absolute;
        top: 13px;
        right: 10px;
    }
    .subcribe_area .subscribe_wrap p {
        font-size: 11px;
    }
    .subcribe_area .subscribe_wrap .subs_wrap {
        font-size: 13px;
        text-align: center;
    }
    .subscribe_wrap .social_link {
        margin-top: 0px;
        margin-left: 6px;
    }
    .footer-area .single-footer-widget ul li a {
        font-size: 11px;
    }
    .category-bg {
        padding-top: 67px !important;
        margin-top: -15px;
    }
    .new_item_carousel .owl-item img {
        height: auto;
        width: 100%;
        display: block;
        margin: 0 auto;
    }
    .single_tranding {
        margin-top: 43px;
    }
    .single_tranding .des p.title {
        font-size: 13px;
        margin-top: -24px;
        margin-bottom: -6px;
        line-height: 15px;
    }
    .single_tranding .des p.brand {
        height: auto;
        font-size: 9px;
        line-height: 10px;
    }
    .single_tranding .des p.price {
        font-size: 9px;
        margin-top: -12px;
    }
    .single_tranding .des {
        padding: none;
        min-height: 159px;
        margin-bottom: 5px;
    }
    .single_tranding .des-hover {
        margin-top: -53px;
        margin-bottom: -13px;
    }
    .single_tranding .des-hover span {
        height: 20px !important;
        width: 20px !important;
        line-height: 19px !important;
        font-size: 12px;
    }
    .see_product .btnw2 {
        padding: 12px 12px 12px 9px;
        font-size: 8px;
        font-weight: none;
        margin-bottom: 10px;
    }
    .see_product .btnw2::after {
        font-size: 15px;
        font-size: 9px;
        right: 4px;
        margin-top: -1px;
        font-weight: none;
    }
    .sec_title {
        margin-top: -26px;
        margin-bottom: -20px;
    }
    .footer-area .single-footer-widget img {
        width: 90%;
    }
    .copyright p {
        color: #e5fbf7;
        font-size: 12px;
    }
    .product-gal-img img {
        height: 124px;
        width: 102px !important;
        display: block;
        margin-left: 70px !important;
        margin-top: -40px;
        margin-bottom: -65px;
    }
    .product-description-wrapper .product-title {
        font-size: 15px;
        line-height: 15px;
    }
    .prdct_prc {
        margin-top: -16px;
    }
    .product-description-wrapper .product-description-label,
    .product-description-wrapper .avialable-amount {
        font-size: 12px;
        width: 66px;
    }
    .product-description-wrapper .product-price {
        margin-left: 31px;
        font-size: 19px;
    }
    .product-description-wrapper .product-price-old {
        margin-left: 30px;
    }
    .inpt_grp {
        width: 121px;
    }
    .inpt_grp_lft {
        margin-right: -13px;
    }
    .inpt_grp_mdl {
        margin-right: -7px;
    }
    .inpt_grp_mth {
        margin-left: 15px;
    }
    .avilbl_amnt {
        width: 79px !important;
    }
    .ad_crt_btn {
        width: 40%;
        height: 30px;
        font-size: 11px !important;
        position: absolute;
        left: 27%;
    }
    .gray-bg {
        background: #f3f3f3;
        margin-top: -16px;
    }
    /* note page responsive start */
    .page_tittle_area .page-tittle {
        height: 45px;
    }
    .page_tittle_area .page-tittle h2 {
        font-size: 30px;
        margin-top: -15px;
    }
    .notsrc input::placeholder {
        font-size: 12px;
    }
    .notesrcbar {
        height: 25px;
    }
    .note_single_tag {
        font-size: 10px;
    }
    .note_single_tag i {
        font-size: 10px !important;
    }
    .nots-banner-img .notes-cover-photo {
        height: auto !important;
    }
    .noteTitles {
        font-size: 14px;
    }
    .single_note_des {
        font-size: 13px !important;
    }
    .single_notes_product,
    .single_notes_null_product {
        width: 35px !important;
        margin-top: 0px !important;
    }
    .single_notes_url p {
        margin-top: 5px;
        font-size: 10px;
        line-height: 1.5em;
    }
    /* brand Product page */
    .brnd_nm {
        width: 113% !important;
        margin-left: -13px !important;
    }
    .brnd_nm h4 {
        padding: 0px !important;
        font-size: 12px;
    }
    .brnd_prfl_img img {
        padding: 7% 7% 0 0;
        margin-left: -3px;
    }
    .brnd_prfl_dtls {
        margin: 7px 0px -5px -6px !important;
        line-height: 1px !important;
    }
    .brnd_prfl_dtls h6 {
        line-height: 9px !important;
        font-size: 9px;
    }
    .brnd_prfl_description {
        margin-top: 15px !important;
        padding-left: 25px !important;
        padding-right: 25px !important;
    }
    .brnd_prfl_description p {
        font-size: 11px !important;
        line-height: 14px;
    }
    .product-filter h3 {
        font-size: 15px;
        margin-bottom: 10px !important;
    }
    .product-filter .card .card-header h2 button {
        font-size: 12px !important;
    }
    .price_rangs_aside {
        padding: 12px 16px !important;
    }
    .price_rangs_aside h4 {
        font-size: 13px !important;
    }
    .product-list .nav-tabs .nav-item {
        margin-right: 9px;
        cursor: pointer;
        width: 35px;
        height: 35px;
        line-height: 17px;
    }
    .brnd_prdct_src {
        position: absolute;
        right: -4px;
        top: -50px;
    }
    .brnd_slct {
        margin-top: 10px !important;
    }
    .brnd_select_hd:nth-child(2) {
        right: 152px;
    }
    .product_select_bar {
        margin-right: 75px !important;
    }
    .product_select_bar .select-this {
        margin-top: 25px !important;
    }
    .note_product_item {
        height: auto !important;
    }
    .note_product_head p a {
        font-size: 12px !important;
    }
    .product_description .brand {
        font-size: 10px !important;
    }
    .note_product_cmnt a {
        font-size: 12px !important;
    }
    .product_rating {
        font-size: 12px;
    }
    .note_product_des_hover .des-hover span i {
        font-size: 9px !important;
    }
    .note_product_bottom {
        height: 29px !important;
    }
    .note_product_des_hover {
        padding: 0px 0px !important;
    }
    .note_product_price {
        margin-top: -3px !important;
    }
    .singleProductImage {
        /* height: 98px !important; */
        width: auto;
        /* margin: 11px; */
    }
    /* perfumer details */
    .prfme_title h2 {
        font-size: 17px;
    }
    .prfme_title p {
        font-size: 13px !important;
    }
    .perfumer_prfl_head p {
        font-size: 11px !important;
        line-height: 2px !important;
    }
    .prfms_prdct {
        margin-top: -48px;
        font-size: 17px;
        font-weight: bold;
    }
    .perfumer-links p {
        font-size: 13px !important;
        line-height: 16px;
    }
    .prfum_nm h4 {
        font-size: 16px;
        margin-left: 0px !important;
    }
    .no_of_prfme h6 {
        font-size: 11px;
        margin-top: 10px;
    }
    .perfumer-categories .nav-tabs .nav-item {
        font-size: 9px;
        padding: 4px 4px;
        margin: 1px;
        line-height: 1;
        font-weight: 100;
    }
    .perfm_img_crt img {
        width: 50px !important;
    }
    .perfume_prdct_cmnt_rat {
        margin-top: -20px !important;
    }
    .prfm_prdct_crt_rating {
        font-size: 10px !important;
    }
    .ulta-beauty {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    .abt_sctn_top {
        text-align: center;
    }
    .abt_sctn_top h2 {
        font-size: 18px !important;
    }
    .abt_sctn_top p {
        font-size: 14px !important;
    }
    .abt_sctn_sub h3 {
        font-size: 16px !important;
    }
    .abt_sctn_sub p {
        font-size: 12px !important;
    }
    /*blog page respond=sive start*/
    .Blog_header_area .main_header .social_links ul li {
        margin-right: 9px !important;
    }
    .Blog_header_area .main_header .social_links ul li a {
        font-size: 15px;
    }
    .Blog_header_area .main_header .blog_search_form input {
        height: 26px;
        margin-top: 5px;
        font-size: 18px;
    }
    .blog_banner .single_banner {
        height: 190px !important;
        background-size: 100% !important;
    }
    .blog_banner .single_banner h4 a {
        font-size: 17px !important;
        line-height: 26px;
    }
    .blog_banner_active .owl-stage {
        height: 190px !important;
    }
    .blog_common_title a {
        font-size: 23px !important;
    }
    .blog_service_area .single_service .service_meta h4 {
        font-size: 16px;
        line-height: 19px;
    }
    .blog_service_area .single_service .service_meta p.info {
        font-size: 13px;
        line-height: 15px;
    }
    .blog_service_area .single_service .service_meta p.service_bottom span {
        font-size: 11px;
    }
    .blog_service_area .single_service .service_meta h3 {
        font-size: 16px;
        line-height: 19px;
    }
    .service_lists_view .list_img img {
        margin: 18px 0px 0px 0px !important;
        padding: 0 !important;
        height: auto !important;
    }
    .blog_post_text h2 {
        font-size: 16px;
        line-height: 19px;
    }
    .service_lists_view .single_post .meta {
        font-size: 11px;
    }
    /* Subscription Agreement Page */
    .subscription_head {
        font-size: 25px !important;
    }
    /* your feedback page */
    .special-form .single-input .rating-numbers .rating-number {
        padding: 2px 6px;
        margin-right: 7px;
        font-size: 10px;
    }
    /* FAQ Page */
    .promoted-articles-item a {
        border-bottom: 1px solid #ddd;
        color: #333333;
        display: block;
        padding: 10px 0;
        font-size: 12px;
    }
    /* Contact Us Page */
    .contact-info {
        padding: 4px 9px;
    }
    .special-form .single-input .input-box {
        width: 100%;
        height: 30px;
    }
    .boxed_btn {
        padding: 4px 32px !important;
    }
    .contact-info .single-caption .caption-icon i {
        font-size: 30px;
    }
    .contact-info .single-caption .caption p {
        font-size: 12px;
    }
    .contact-info .single-caption .caption a {
        font-size: 14px;
    }
    /* country region page responsive start */
    .country_head h2 {
        font-size: 18px;
    }
    .country_head .sub_head {
        font-size: 12px;
    }
    .country_head p {
        font-size: 11px;
    }
    .country_select_box label {
        font-size: 18px;
    }
    .country_inpt.nice_Select {
        line-height: 10px;
    }
    .country_inpt .nice_Select,
    .country_inpt input {
        height: 32px;
        line-height: 12px;
        background-color: #fff;
        border: 1px solid #eee;
        padding: 10px 25px;
    }
    .country_aply {
        width: 38%;
        padding: 12px 10px 14px 6px;
        font-size: 12px;
    }
    .country_aply::after {
        right: 12px;
    }
    .country_note p {
        font-size: 9px;
    }
    /* category product page */
    .cat_prduct_title h2 {
        font-size: 25px !important;
        margin-top: 6px !important;
    }
    .product-list .nav-tabs .cat_nav_itm {
        cursor: pointer;
        width: 24px;
        height: 24px;
        line-height: 17px;
        padding: 4px 5px !important;
    }
    .product-list .nav-tabs .cat_nav_itm:nth-child(2) {
        margin-top: -22px;
        margin-left: 28px;
    }
    .cat_slct_hd {
        font-size: 14px !important;
        position: absolute;
        right: 45% !important;
        top: 60%;
    }
    .cat_prduct_src {
        position: absolute;
        top: -5%;
        right: 5%;
    }
    .cat_slct_itm .nice-select {
        height: 31px !important;
        line-height: 18px !important;
        margin: 17% 0px 0px 55% !important;
    }
    /* Brand Product Details responsive */
    .br_pr_dtl {
        padding: 5px 15px 15px 0px !important;
    }
    .br_pr_img img {
        margin-top: 10px !important;
        width: 68px !important;
    }
    /* Note page responsive */
    .note_srt {
        padding-bottom: 10px;
    }
    .note_srt .select-this .nice-select {
        width: 90px !important;
        font-size: 9px !important;
        height: 26px !important;
        line-height: 23px !important;
        margin-left: -15px;
    }
    .nt_srt_by {
        font-size: 12px;
        margin-left: 5px;
    }
    /* Product Details Page Responsive */
    .product-details-img .tab-content .tab-pane img {
        /* width: 230px !important;*/
        height: 250px !important;
        margin-left: 15px;
        /* margin-top: 0px;*/
    }
    .new_tbl_product_dtl_right {
        border: 1px solid #8EC63F;
        height: 250px !important;
        margin-left: -10px !important;
    }
    .new_tbl_product_dtl_right .social_link2 li .prdct_icn {
        height: 35.4px !important;
        width: 35px !important;
    }
    .new_tbl_product_dtl_right .social_link2 li .prdct_icn img {
        width: 35px;
        height: auto;
    }
    .product-social-share .social_link {
        left: 3% !important;
        bottom: 62px !important;
    }
    .product_dtl_tab_tble {
        margin-left: -38px;
    }
    .product-social-share .social_link ul li a img {
        height: 22px !important;
    }
    .product-details-img .nav-pills .nav-link {
        width: 91% !important;
        margin-top: 10px;
        margin-bottom: -4px;
    }
    .nav-tabs .nav-item.show .navs-link,
    .nav-tabs .navs-link.active,
    .nav-tabs .nav_non_check {
        font-size: 13px;
    }
    .navs-link {
        padding: 2px 6px !important;
    }
    .product-details-img .nav-pills {
        padding: 0px !important;
        margin-top: 0px !important;
    }
    .prdct_dtl_tbl h6,
    .prdct_dtl_tbl p {
        font-size: 11px !important;
    }
    .prdct_dtls_vdo .video-wrapper .right-content .video-img img {
        width: 75% !important;
        margin-left: 36% !important;
        margin-top: 5px !important;
    }
    .video-wrapper .right-content .video-img .video-icon {
        position: absolute;
        top: 49% !important;
        left: -10px !important;
    }
    .prdct_dtls_vdo .video-wrapper .right-content .video-img .video-icon a {
        width: 32px !important;
        height: 33px !important;
        margin-top: 31px !important;
        margin-left: 20px;
    }
    .prdct_dtls_vdo .video-wrapper .right-content .video-img .video-icon a i {
        font-size: 17px !important;
        right: -2px !important;
        top: -28px !important;
    }
    .prdct_qnt_btn {
        margin-left: 15px;
    }
    .prdct_qnt_btn .qnt_btn {
        width: 130px !important;
        margin-top: 6px;
    }
    .pls_mns_btn {
        height: 30px;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    .inpt_fld {
        height: 30px;
    }
    .product-details-content .btns a {
        color: #fff;
        padding: 5px 16px;
        font-size: 11px;
    }
    .product-details-img img {
        height: 25px;
        width: 25px;
    }
    .product-details-description .tab-content {
        margin-top: -10.8%;
    }
    .Subscription_area2 {
        margin-top: 0px !important;
    }
    .heading_p_tag p {
        font-size: 11px !important;
        line-height: 15px;
    }
    .product-list .nav-tabs .nav-item {
        margin-right: 4px;
        cursor: pointer;
        width: 21px;
        height: 21px;
        line-height: 15px;
        font-size: 12px;
        padding: 4px;
    }
    .joyonto_custom_search_bar {
        height: 25px !important;
        width: 100% !important;
        font-size: 11px;
    }
    .joyonto_custom_search_bar::placeholder {
        font-size: 11px;
    }
    .brnd_select_hd {
        font-size: 11px !important;
        white-space: nowrap;
        margin-top: 0px;
        margin-right: 0px;
    }
    .product-list .right-content .select-this .subs_frm_cntrl {
        margin-top: 0px;
        padding: 16px 30px 9px 10px !important;
    }
    .product-list .right-content .select-this .subs_frm_cntrl span,
    .product-list .right-content .select-this .subs_frm_cntrl ul li {
        font-size: 11px !important;
    }
    .product-list .right-content .select-this .subs_frm_cntrl ul li {
        margin: -13px 0px -13px -6px;
    }
    /* perfumer page */
    .single-perfumer a {
        font-size: 13px;
    }
    /* Compare List Responsive Start */
    .compare_product_selected a img {
        margin: 0 auto;
        display: block !important;
    }
    .compare_des_hover span {
        height: 25px !important;
        width: 25px !important;
        line-height: 25px !important;
    }
    .compare_list_head {
        font-size: 10px !important;
    }
    .compare_list_data {
        font-size: 10px !important;
    }
    .compare_list_note img {
        margin: auto;
        display: block !important;
        height: 16px !important;
        width: 16px !important;
    }
    .custom_compare_li {
        display: block !important;
    }
    .quick-view .product-single-looks {
        padding: 0px 8px 35px 8px;
    }
    .brand_product_body {
        margin-top: -19px !important;
    }
    .footer-area .single-footer-widget h4 {
        font-size: 19px;
    }
    .accounts_wrap .account_list_wrap .list_contet .single_list h6 {
        font-size: 17px;
    }
    .accounts_wrap .account_list_wrap .list_contet .single_list li a {
        font-size: 9px;
        line-height: 7px;
    }
    /* My address Page reesponsive  */
    .pg_title h2 {
        font-size: 27px;
    }
    .pg_title {
        padding-bottom: 0px;
    }
    .myaddres_sub_title h4 {
        font-size: 15px;
        margin-top: -34px;
    }
    .my_address_tab {
        font-size: 15px;
        padding: 0.2rem 1rem;
    }
    .myaddres_sub_sub_title {
        font-size: 12px !important;
        font-weight: bold;
    }
    .breadcrumb li>a {
        font-size: 9px !important;
    }
    /* your payment page responsive */
    .new_card_img img {
        height: 19px !important;
        width: auto !important;
    }
    .popup_button button {
        padding: 5px 8px;
        font-size: 9px;
        width: 110%;
    }
    .tgl_status2 {
        left: 46px;
        font-size: 14px;
        top: 0px;
    }
    .tgl_status {
        left: -50px;
        font-size: 14px;
        top: 0px;
    }
    .swt {
        width: 40px;
        height: 18px;
        margin-left: 18% !important;
        margin-top: 6% !important;
    }
    .sdlr:before {
        height: 12px;
        width: 12px;
        left: 1px;
    }
    .pay_accordn {
        padding: 10px 10px 0px 10px;
    }
    .acrdn_expr p {
        font-size: 9px;
        margin-top: 0px;
    }
    .acrdn_name h6 {
        font-size: 9px;
        margin-top: -6px;
    }
    .setting_toggle h6 {
        font-size: 11px;
        margin-left: -10px;
    }
    /* Dashboard -> My Blend page */
    .customer_blend_product img {
        width: 70% !important;
    }
    .customer_blend_product .des p.title {
        font-size: 9px !important;
        line-height: 1.1em !important;
    }
    .customer_blend_product .des p.brand {
        font-size: 9px !important;
        line-height: 1.1em !important;
    }
    .customer_blend_product .des p.price {
        font-size: 9px !important;
    }
    .customer_blend_product .des p.gender {
        font-size: 9px !important;
    }
    .hidden_mobile {
        display: none !important;
    }
    .customer_blend_product .des-hover span {
        height: 25px !important;
        width: 25px !important;
        line-height: 22px !important;
        font-size: 12px;
        margin: 0px 0px !important;
        border: 1px solid #ddd !important;
        color: #000000ba !important;
    }
    /* Customer Order Page Responsive */
    .tab_triger ul li label {
        padding: 6px 6px;
        font-size: 9px;
    }
    .order_time p {
        font-size: 12px;
    }
    .ordr_slct .nice-select {
        font-size: 9px;
        height: 30px;
        line-height: 27px;
    }
    .ordr_slct .btn {
        font-size: 9px;
        padding: 6px 18px;
        margin-top: 1px;
        margin-left: 5px;
    }
    .order_title_details {
        font-size: 11px;
        padding: 5px 11px;
    }
    .order_title_details p {
        font-size: 9px;
        line-height: 11px;
    }
    .order_item_left .myButton {
        width: 100%;
        margin-bottom: 2px;
    }
    .order_details h4 {
        font-size: 11px;
    }
    .common_title h2 {
        font-size: 18px !important;
    }
    /* Log in and security page responsive */
    .log_txt {
        margin: 12px 0px 12px 12px;
    }
    .log_btn {
        margin: 12px 12px 0px 0px;
    }
    .log_txt h4 {
        font-size: 11px;
    }
    .log_txt p {
        font-size: 9px;
    }
    .log_btn button {
        padding: 2px 15px;
        font-size: 11px;
    }
    /* Log in and security page -> edit name responsive */
    .log_secure_name {
        padding: 12px 12px 0px 12px !important;
    }
    /* add to cart modal */
    .ad_crt_modal {
        margin-top: -11%;
        margin-left: -16%;
        height: auto;
        width: 335px;
    }
    .add_to_card_product_img img {
        height: 150px;
        margin: 0 auto;
        display: block;
    }
    .card_modal_details {
        margin-top: -15% !important;
    }
    .card_prdct_title {
        font-size: 14px !important;
    }
    .add_crt_content .brand a,
    .add_card_price {
        font-size: 11px !important;
    }
    /* Common_Description Section */
    .common_description p {
        font-size: 11px !important;
        line-height: 13px;
    }
}

@media only screen and (max-width: 449px) {
    .Subscription_area2 {
        background-size: 100% 50% !important;
        margin-bottom: -48px;
    }
    .section-over1::before {
        height: 50% !important;
    }
    .Subscription_area2 span.subscribe-top {
        margin-top: -48px !important;
        margin-left: 51px !important;
    }
    .Subscription_area2 span.subscribe-top a {
        font-size: 14px !important;
    }
    .Subscription_area2 span.subscribe-top a img {
        width: 27px !important;
    }
    .Subscription_area2 .btnw {
        top: -19px !important;
    }
}

@media only screen and (min-width: 450px) and (max-width: 485px) {
    header .header_area .header_top .left-box .header_left .logo img {
        width: 190px;
        height: 45px;
    }
    .mobile_menu .slicknav_menu .slicknav_btn .slicknav_icon-bar {
        background-color: #fff !important;
        width: 38px;
        height: 4px;
    }
    .slicknav_menu .slicknav_icon {
        margin-right: 12px;
        margin-top: 14px;
    }
    header .header_area .header_top .right-box .header_bottm .header_bottm_right p {
        text-align: justify;
    }
    header .header_area .header_top .right-box .header_right .lang_currency {
        margin: 0px -5px;
    }
    .new_item_carousel .owl-dots {
        margin-bottom: 10px;
        margin-left: 51px;
    }
    .cat-product-carousel .owl-dots .owl-dot {
        height: 8px;
        width: 8px;
        margin: 0px 3px;
    }
    .itm_str {
        font-size: 10px !important;
        margin-top: 20px !important;
    }
    .new_item_carousel.owl-drag .owl-item {
        margin-top: 22px;
    }
    .see_product .btnw2 {
        padding: 12px 12px 12px 9px;
        font-size: 8px;
        font-weight: none;
        margin-bottom: 13px !important;
    }
    .subcribe_area .subscribe_wrap h4 {
        font-size: 21px;
    }
    .subcribe_area {
        margin-top: -15px;
    }
    .subscribe_wrap .social_link li a img {
        height: 34px;
    }
    .footer-area {
        margin-top: -15px;
    }
    .nw_arvl {
        margin-top: -16px;
    }
    .section_title h6 {
        font-size: 20px;
    }
    .home-slider .owl-dots {
        margin-bottom: 7px;
    }
    .footer-area .single-footer-widget img {
        height: 66px;
        width: 90%;
    }
    .section-over2,
    .Subscription_area2 {
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain !important;
    }
    .hero-content {
        padding-left: 60px;
        padding-right: 10px;
        line-height: 0px;
        margin-top: 100px;
    }
    .hero .btnw {
        bottom: 45% !important;
        left: 17% !important;
    }
    .hero-content h2 {
        color: #fff;
        font-weight: 700;
        font-size: 15px;
    }
    .hero-content h4 {
        color: #fff;
        font-weight: 500;
        font-size: 10px;
        line-height: 1.1;
        letter-spacing: 0.5px;
    }
    .btnw {
        padding: 12px 12px 12px 9px;
        font-size: 8px;
        font-weight: none;
        margin-top: -26px;
    }
    .btnw::after {
        font-size: 15px;
        font-size: 9px;
        right: 4px;
        font-weight: none;
    }
    .owl-carousel .owl-nav div {
        height: 20px;
        line-height: 22px;
        right: 0;
        width: 20px;
    }
    .owl-carousel .owl-nav div.owl-prev::before {
        font-size: 9px;
        left: 7px;
    }
    .owl-carousel .owl-nav div.owl-next::before {
        font-size: 9px;
        left: 9px;
    }
    .slider-height2 {
        height: 185px;
    }
    .home-slider {
        height: 185px;
        margin-bottom: 40px;
    }
    .help-box .clik-event .info-bar,
    #whatsApp,
    .help-box.help-box3 {
        height: 32px;
        width: 78px;
    }
    #heart {
        position: relative;
        width: 36px;
        height: 31px;
        left: -29px;
        top: -4px;
        cursor: pointer;
    }
    #heart:before,
    #heart:after {
        position: absolute;
        content: "";
        left: 45px;
        top: 8px;
        width: 11px;
        height: 18px;
        background: #fff;
        border-radius: 43px 50px 0 0;
        transform: rotate(-44deg);
        transform-origin: 0 100%;
    }
    #heart:before {
        position: absolute;
        content: "";
        left: 38px;
        top: 0;
        width: 11px;
        height: 19px;
        background: #fff;
        border-radius: 43px 50px 0 0;
        transform: rotate(44deg);
        transform-origin: 0 100%;
    }
    #heart i {
        position: relative;
        z-index: 1;
        position: absolute;
        left: 40px;
        top: 12px;
        font-size: 11px;
        color: #7BB22E;
    }
    .help-box .clik-event .info-bar p {
        margin: 0;
        font-size: 11px;
        margin-bottom: 8px;
        padding-right: 0px;
    }
    #whatsApp img {
        width: 19px;
    }
    #whatsApp p {
        margin: 0;
        color: #fff;
        font-size: 10px;
        padding-left: 4px;
    }
    .get-btn p {
        margin: 0;
        color: #fff;
        font-size: 10px;
        padding: 6px 3px 6px 9px;
        font-weight: 700;
        text-align: center;
        line-height: 1;
    }
    .help-box {
        bottom: 115px;
    }
    .help-box.help-box2 {
        bottom: 72px;
    }
    header .header_area .header_top .right-box .header_right .cart a span:nth-of-type(1) {
        margin-top: 8px;
    }
    .home-slider .owl-dots .owl-dot {
        height: 7px;
        width: 7px;
    }
    .about_area .about_info,
    .about_area .about_info_2 {
        height: 180px;
        width: 100%;
        padding: none;
    }
    .main-slider-padding {
        padding-top: 8px;
    }
    .barcode img {
        height: 65px;
        width: 65px !important;
        position: absolute;
        top: 8px;
        left: 136px;
    }
    .about_area .about_info .logo img {
        width: 66px;
        height: 17px;
        margin-top: -7px;
        margin-left: 123px;
    }
    .about_area .about_info .about_text p {
        line-height: 12px;
        margin-top: -15px;
        font-size: 10px;
        font-family: Arial !important;
    }
    .about_info .about_text.social_link {
        position: absolute;
        top: 82%;
        left: 22%;
    }
    .about_area .about_info_2 .about_thumb img {
        height: 55px;
        position: absolute;
        top: 12px;
        left: 150px;
    }
    .about_area .about_info .logo {
        margin-top: -12px;
        margin-left: 25px;
    }
    .about_area .about_info .social_link li a img {
        height: 26px;
    }
    .offers-img img {
        height: 37px;
        width: 37px !important;
    }
    .about_area .about_info_2 p {
        font-size: 10px;
        line-height: 12px !important;
        margin-top: -17px;
        font-family: Arial !important;
    }
    .see-all-product .btnw2 {
        margin-left: 30px;
    }
    .Subscription_area2 {
        height: 134px;
        margin-bottom: 24px;
        background-size: 100% 100% !important;
    }
    .Subscription_area2 span.subscribe-top a {
        font-size: 20px;
    }
    .Subscription_area2 span.subscribe-top a img {
        width: 32px !important;
    }
    .Subscription_area2 span.subscribe-top {
        position: absolute;
        left: 21%;
        margin-top: -16px;
    }
    .Subscription_area2 .btnw {
        position: absolute;
        top: 13px;
        right: 10px;
    }
    .subcribe_area .subscribe_wrap p {
        font-size: 11px;
    }
    .subcribe_area .subscribe_wrap .subs_wrap {
        font-size: 11px;
        text-align: center;
    }
    .subscribe_wrap .social_link {
        margin-top: 26px;
        margin-left: -15px;
    }
    .section_padding5 {
        margin-bottom: 35px;
    }
    .category-bg {
        padding-top: 68px !important;
        margin-top: -16px;
    }
    .new_item_carousel .owl-item img {
        height: auto;
        width: 100%;
        display: block;
        margin: 0 auto;
    }
    .nw_arivl {
        margin-bottom: 51px !important;
    }
    .single_tranding {
        margin-top: 62px;
    }
    .single_tranding .des p.title {
        font-size: 13px;
        margin-top: -24px;
        margin-bottom: -15px;
        line-height: 14px;
    }
    .single_tranding .des p.index_product_brand {
        height: auto;
        font-size: 9px;
        line-height: 10px;
        margin-top: 3px;
    }
    .single_tranding .des p.index_product_gender {
        height: auto;
        font-size: 9px;
        line-height: 10px;
    }
    .single_tranding .des p.price {
        font-size: 13px;
        margin-top: -9px;
    }
    .single_tranding .des {
        padding: none;
        min-height: 159px;
        margin-bottom: 5px;
    }
    .single_tranding .des-hover {
        margin-top: -53px;
        margin-bottom: -13px;
    }
    .single_tranding .des-hover span {
        height: 25px;
        width: 25px;
        line-height: 23px;
    }
    .see_product .btnw2 {
        padding: 12px 12px 12px 9px;
        font-size: 8px;
        font-weight: none;
        margin-bottom: 9px;
    }
    .see_product .btnw2::after {
        font-size: 15px;
        font-size: 9px;
        right: 4px;
        margin-top: -1px;
        font-weight: none;
    }
    .sec_title {
        margin-top: -26px;
        margin-bottom: -20px;
    }
    .copyright p {
        color: #e5fbf7;
        font-size: 11px;
    }
    .product-gal-img img {
        height: 126px;
        width: 115px !important;
        display: block;
        margin-left: 112px !important;
        margin-top: -40px;
        margin-bottom: -65px;
    }
    .product-description-wrapper .product-title {
        font-size: 15px;
        line-height: 15px;
    }
    .prdct_prc {
        margin-top: -16px;
    }
    .product-description-wrapper .product-description-label,
    .product-description-wrapper .avialable-amount {
        font-size: 12px;
        width: 66px;
    }
    .product-description-wrapper .product-price {
        margin-left: 31px;
        font-size: 19px;
    }
    .product-description-wrapper .product-price-old {
        margin-left: 30px;
    }
    .inpt_grp {
        width: 121px;
    }
    .inpt_grp_lft {
        margin-right: -13px;
    }
    .inpt_grp_mdl {
        margin-right: -7px;
    }
    .inpt_grp_mth {
        margin-left: 15px;
    }
    .avilbl_amnt {
        width: 79px !important;
    }
    .ad_crt_btn {
        width: 40%;
        height: 30px;
        font-size: 11px !important;
        position: absolute;
        left: 27%;
    }
    /* ================Product Details Page================ */
    .page_tittle_area .page-tittle h2 {
        font-size: 29px;
    }
    .tab-pane img {
        width: 270px !important;
        height: auto !important;
    }
    .product-details-img .tab-content .product-toggle-right a {
        margin-top: -31px !important;
    }
    .product-details-img .tab-content .product-toggle-right {
        right: 2px !important;
    }
    .product-details-img .tab-content .product-toggle-right .social_link2 {
        margin-top: 29px !important;
    }
    .product-details-img .tab-content .product-toggle-right .social_link2 li a img {
        height: 44px !important;
        width: 44px;
        margin-left: 7px;
    }
    .product-details-img .nav-pills {
        padding: 8px !important;
    }
    .product-details-img .nav-pills a img {
        margin-bottom: 2px;
    }
    .product-details-content h2 {
        font-size: 16px;
    }
    .product-details-content h6 {
        font-size: 16px;
    }
    .prdct_des p {
        text-align: justify;
    }
    .prdct_dscrp .title {
        font-size: 14px !important;
        margin-top: -7px !important;
    }
    .prdct_dscrp .brand {
        height: auto !important;
        font-size: 9px !important;
        line-height: 15px !important;
        margin-top: 15px !important;
    }
    .prdct_dscrp .price {
        margin-top: -1px !important;
    }
    .prdct_dscrp .prdct_rate {
        margin-top: 5px !important;
    }
    .prdct_des_hvr {
        margin-top: 5px !important;
    }
    /* note page responsive start */
    .page_tittle_area .page-tittle {
        height: 45px;
    }
    .page_tittle_area .page-tittle h2 {
        font-size: 30px;
        margin-top: -15px;
    }
    .notsrc input::placeholder {
        font-size: 12px;
    }
    .notesrcbar {
        height: 25px;
    }
    .note_single_tag {
        font-size: 10px;
    }
    .note_single_tag i {
        font-size: 10px !important;
    }
    .nots-banner-img .notes-cover-photo {
        height: auto !important;
    }
    .noteTitles {
        font-size: 14px;
    }
    .single_note_des {
        font-size: 13px !important;
    }
    .single_notes_product,
    .single_notes_null_product {
        width: 35px !important;
        margin-top: 0px !important;
    }
    .single_notes_url p {
        margin-top: 5px;
        font-size: 10px;
        line-height: 1.5em;
    }
    /* brand Product page */
    .brnd_nm {
        width: 110% !important;
        margin-left: -13px !important;
    }
    .brnd_nm h4 {
        padding: 0px !important;
        font-size: 12px;
    }
    .brnd_prfl_img img {
        margin-left: -5px;
    }
    .brnd_prfl_dtls {
        margin: 8px 0px -5px -3px !important;
        line-height: 1px !important;
    }
    .brnd_prfl_dtls h6 {
        line-height: 9px !important;
        font-size: 9px;
    }
    .brnd_prfl_description {
        margin-top: 15px !important;
        padding-left: 25px !important;
        padding-right: 25px !important;
    }
    .brnd_prfl_description p {
        font-size: 13px !important;
        line-height: 14px;
    }
    .product-filter h3 {
        font-size: 15px;
        margin-bottom: 10px !important;
    }
    .product-filter .card .card-header h2 button {
        font-size: 12px !important;
    }
    .price_rangs_aside {
        padding: 12px 16px !important;
    }
    .price_rangs_aside h4 {
        font-size: 13px !important;
    }
    .product-list .nav-tabs .nav-item {
        margin-right: 9px;
        cursor: pointer;
        width: 35px;
        height: 35px;
        line-height: 17px;
    }
    .brnd_prdct_src {
        position: absolute;
        right: -4px;
        top: -50px;
    }
    .brnd_slct {
        margin-top: 10px !important;
    }
    .brnd_select_hd {
        font-size: 14px !important;
        position: absolute;
        top: 0px;
        right: 157px;
    }
    .brnd_select_hd:nth-child(2) {
        right: 145px;
    }
    .product_select_bar {
        margin-right: 75px !important;
    }
    .product_select_bar .select-this {
        margin-top: 25px !important;
    }
    .note_product_item {
        height: auto !important;
    }
    .note_product_head p a {
        font-size: 12px !important;
    }
    .product_description .brand {
        font-size: 10px !important;
    }
    .note_product_cmnt a {
        font-size: 12px !important;
    }
    .product_rating {
        font-size: 12px;
    }
    .note_product_des_hover .des-hover span i {
        font-size: 9px !important;
    }
    .note_product_bottom {
        height: 29px !important;
    }
    .note_product_des_hover {
        padding: 0px 0px !important;
    }
    .note_product_price {
        margin-top: -3px !important;
    }
    /* perfumer details */
    .prfme_title h2 {
        font-size: 17px;
    }
    .prfme_title p {
        font-size: 13px !important;
    }
    .perfumer_prfl_head p {
        font-size: 11px !important;
        line-height: 2px !important;
    }
    .prfms_prdct {
        margin-top: -48px;
        font-size: 17px;
        font-weight: bold;
    }
    .perfumer-links p {
        font-size: 13px !important;
        line-height: 16px;
    }
    .prfum_nm h4 {
        font-size: 16px;
        margin-left: 0px !important;
    }
    .no_of_prfme h6 {
        font-size: 11px;
        margin-top: 10px;
    }
    .perfumer-categories .nav-tabs .nav-item {
        font-size: 9px;
        padding: 4px 4px;
        margin: 1px;
        line-height: 1;
        font-weight: 100;
    }
    .perfm_img_crt img {
        width: 75px !important;
    }
    .perfume_prdct_cmnt_rat {
        margin-top: -20px !important;
    }
    .prfm_prdct_crt_rating {
        font-size: 10px !important;
    }
    .ulta-beauty {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    .abt_sctn_top {
        text-align: center;
    }
    .abt_sctn_top h2 {
        font-size: 18px !important;
    }
    .abt_sctn_top p {
        font-size: 14px !important;
    }
    .abt_sctn_sub h3 {
        font-size: 16px !important;
    }
    .abt_sctn_sub p {
        font-size: 12px !important;
    }
    /*blog page respond=sive start*/
    .Blog_header_area .main_header .social_links ul li {
        margin-right: 9px !important;
    }
    .Blog_header_area .main_header .social_links ul li a {
        font-size: 15px;
    }
    .Blog_header_area .main_header .blog_search_form input {
        height: 26px;
        margin-top: 5px;
        font-size: 18px;
    }
    .blog_banner .single_banner {
        height: 195px !important;
        background-size: 100% !important;
    }
    .blog_banner .single_banner h4 a {
        font-size: 17px !important;
        line-height: 26px;
    }
    .blog_banner_active .owl-stage {
        height: 195px !important;
    }
    .blog_common_title a {
        font-size: 23px !important;
    }
    .blog_service_area .single_service .service_meta h4 {
        font-size: 16px;
        line-height: 19px;
    }
    .blog_service_area .single_service .service_meta p.info {
        font-size: 13px;
        line-height: 15px;
    }
    .blog_service_area .single_service .service_meta p.service_bottom span {
        font-size: 11px;
    }
    .blog_service_area .single_service .service_meta h3 {
        font-size: 16px;
        line-height: 19px;
    }
    .service_lists_view .list_img img {
        margin: 18px 0px 0px 0px !important;
        padding: 0 !important;
        height: auto !important;
    }
    .blog_post_text h2 {
        font-size: 16px;
        line-height: 19px;
    }
    .service_lists_view .single_post .meta {
        font-size: 11px;
    }
    /* your feedback page */
    .special-form .single-input .rating-numbers .rating-number {
        padding: 2px 6px;
        margin-right: 7px;
        font-size: 10px;
    }
    /* Contact Us Page */
    .contact-info {
        padding: 4px 9px;
    }
    .special-form .single-input .input-box {
        width: 100%;
        height: 30px;
    }
    .boxed_btn {
        padding: 4px 32px !important;
    }
    .contact-info .single-caption .caption-icon i {
        font-size: 30px;
    }
    .contact-info .single-caption .caption p {
        font-size: 12px;
    }
    .contact-info .single-caption .caption a {
        font-size: 14px;
    }
    /* country region page responsive start */
    .country_head h2 {
        font-size: 18px;
    }
    .country_head .sub_head {
        font-size: 12px;
    }
    .country_head p {
        font-size: 11px;
    }
    .country_select_box label {
        font-size: 18px;
    }
    .country_inpt.nice_Select {
        line-height: 10px;
    }
    .country_inpt .nice_Select,
    .country_inpt input {
        height: 32px;
        line-height: 12px;
        background-color: #fff;
        border: 1px solid #eee;
        padding: 10px 25px;
    }
    .country_aply {
        width: 38%;
        padding: 12px 10px 14px 6px;
        font-size: 12px;
    }
    .country_aply::after {
        right: 12px;
    }
    .country_note p {
        font-size: 9px;
    }
    /* category product page */
    .cat_prduct_title h2 {
        font-size: 25px !important;
        margin-top: 6px !important;
    }
    .product-list .nav-tabs .cat_nav_itm {
        cursor: pointer;
        width: 24px;
        height: 24px;
        line-height: 17px;
        padding: 4px 5px !important;
    }
    .product-list .nav-tabs .cat_nav_itm:nth-child(2) {
        margin-top: -22px;
        margin-left: 28px;
    }
    .cat_slct_hd {
        font-size: 14px !important;
        position: absolute;
        right: 45% !important;
        top: 60%;
    }
    .cat_prduct_src {
        position: absolute;
        top: -5%;
        right: 5%;
    }
    .cat_slct_itm .nice-select {
        height: 31px !important;
        line-height: 18px !important;
        margin: 17% 0px 0px 55% !important;
    }
    /* Brand Product Details responsive */
    .br_pr_dtl {
        padding: 5px 15px 15px 0px !important;
    }
    /* Note page responsive */
    .note_srt {
        padding-bottom: 10px;
    }
    .note_srt .select-this .nice-select {
        width: 90px !important;
        font-size: 9px !important;
        height: 26px !important;
        line-height: 23px !important;
        margin-left: -15px;
    }
    .nt_srt_by {
        font-size: 12px;
        margin-left: 5px;
    }
    /* Product Details Page Responsive */
    .product-details-img .tab-content .tab-pane img {
        /* width: 300px !important; */
        height: 265px !important;
        margin-left: 29px;
        margin-top: 0px;
    }
    .new_tbl_product_dtl_right {
        border: 1px solid #8EC63F;
        height: 265px !important;
        margin-left: 4px !important;
    }
    .new_tbl_product_dtl_right .social_link2 li .prdct_icn {
        height: 37px !important;
        width: 30px !important;
    }
    .new_tbl_product_dtl_right .social_link2 li .prdct_icn img {
        width: 32px;
    }
    .product-social-share .social_link {
        left: 3% !important;
        bottom: 65px !important;
    }
    .product_dtl_tab_tble {
        margin-left: -60px;
    }
    .product-social-share .social_link ul li a img {
        height: 22px !important;
    }
    .product-details-img .nav-pills .nav-link {
        width: 74% !important;
        height: 31px !important;
        margin-top: 10px;
        margin-bottom: -2px;
    }
    .nav-tabs .nav-item.show .navs-link,
    .nav-tabs .navs-link.active,
    .nav-tabs .nav_non_check {
        font-size: 13px;
    }
    .navs-link {
        padding: 2px 6px !important;
    }
    .product-details-img .nav-pills {
        padding: 0px !important;
        margin-top: 0px !important;
    }
    .prdct_dtl_tbl h6,
    .prdct_dtl_tbl p {
        font-size: 11px !important;
    }
    .prdct_dtls_vdo .video-wrapper .right-content .video-img img {
        width: 62% !important;
        margin-left: 36% !important;
        margin-top: 5px !important;
    }
    .video-wrapper .right-content .video-img .video-icon {
        position: absolute;
        top: 49% !important;
        left: -3px !important;
    }
    .prdct_dtls_vdo .video-wrapper .right-content .video-img .video-icon a {
        width: 32px !important;
        height: 33px !important;
        margin-top: 31px !important;
        margin-left: 20px;
    }
    .prdct_dtls_vdo .video-wrapper .right-content .video-img .video-icon a i {
        font-size: 17px !important;
        right: -2px !important;
        top: -28px !important;
    }
    .prdct_qnt_btn {
        margin-left: 15px;
    }
    .prdct_qnt_btn .qnt_btn {
        width: 130px !important;
        margin-top: 6px;
    }
    .pls_mns_btn {
        height: 30px;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    .inpt_fld {
        height: 30px;
    }
    .product-details-content .btns a {
        color: #fff;
        padding: 5px 16px;
        font-size: 11px;
    }
    .product-details-description .tab-content {
        margin-top: -9.2%;
    }
    .Subscription_area2 {
        margin: 38px 0px !important;
    }
    .heading_p_tag p {
        font-size: 11px !important;
        line-height: 15px;
    }
    .product-list .nav-tabs .nav-item {
        margin-right: 4px;
        cursor: pointer;
        width: 21px;
        height: 21px;
        line-height: 15px;
        font-size: 12px;
        padding: 4px;
    }
    .joyonto_custom_search_bar {
        height: 25px !important;
        width: 140px !important;
        margin: 0px 55px 0px 0px !important;
    }
    .brnd_select_hd {
        font-size: 13px !important;
        white-space: nowrap;
    }
    .joyonto_custom_search_bar {
        height: 25px !important;
        width: 70% !important;
        margin: 0px 35px 0px 0px !important;
    }
    .brnd_select_hd {
        font-size: 13px !important;
        white-space: nowrap;
        margin-top: 5px;
        margin-right: 30px;
    }
    .product-list .right-content .select-this .subs_frm_cntrl {
        margin-top: 0px;
        padding: 12px 45px 12px 30px !important;
        line-height: 9px !important;
    }
    /* perfumer page */
    .single-perfumer a {
        font-size: 13px;
    }
    /* Compare List Responsive Start */
    .compare_product_selected a img {
        margin: 0 auto;
        display: block !important;
    }
    .compare_des_hover span {
        height: 25px !important;
        width: 25px !important;
        line-height: 25px !important;
    }
    .compare_list_head {
        font-size: 10px !important;
    }
    .compare_list_data {
        font-size: 10px !important;
    }
    .compare_list_note img {
        margin: auto;
        display: block !important;
        height: 16px !important;
        width: 16px !important;
    }
    .custom_compare_li {
        display: block !important;
    }
    .quick-view .product-single-looks {
        padding: 0px 8px 35px 8px;
    }
    .brand_product_body {
        margin-top: -19px !important;
    }
    .footer-area .single-footer-widget h4 {
        font-size: 19px;
    }
    .accounts_wrap .account_list_wrap .list_contet .single_list h6 {
        font-size: 17px;
    }
    .accounts_wrap .account_list_wrap .list_contet .single_list li a {
        font-size: 9px;
        line-height: 7px;
    }
    /* My address Page reesponsive  */
    .pg_title h2 {
        font-size: 27px;
    }
    .pg_title {
        padding-bottom: 0px;
    }
    .myaddres_sub_title h4 {
        font-size: 15px;
        margin-top: -34px;
    }
    .my_address_tab {
        font-size: 15px;
        padding: 0.2rem 1rem;
    }
    .myaddres_sub_sub_title {
        font-size: 12px !important;
        font-weight: bold;
    }
    .breadcrumb li>a {
        font-size: 11px !important;
    }
    /* your payment page responsive */
    .new_card_img img {
        height: 23px !important;
        width: auto !important;
    }
    .popup_button button {
        padding: 5px 8px;
        font-size: 9px;
        width: 100%;
    }
    .tgl_status2 {
        left: 60px;
    }
    .tgl_status {
        left: -60px;
    }
    .swt {
        margin-left: 15%;
        margin-top: 6%;
    }
    .pay_accordn {
        padding: 10px 10px 0px 10px;
    }
    /* Dashboard -> My Blend page */
    .customer_blend_product img {
        width: 70% !important;
    }
    .customer_blend_product .des p.title {
        font-size: 9px !important;
        line-height: 1.1em !important;
    }
    .customer_blend_product .des p.brand {
        font-size: 9px !important;
        line-height: 1.1em !important;
    }
    .customer_blend_product .des p.price {
        font-size: 9px !important;
    }
    .customer_blend_product .des p.gender {
        font-size: 9px !important;
    }
    .customer_blend_product .des-hover span {
        height: 25px !important;
        width: 25px !important;
        line-height: 22px !important;
        font-size: 12px;
        margin: 0px 0px !important;
        border: 1px solid #ddd !important;
        color: #000000ba !important;
    }
    /* Customer Order Page Responsive */
    .tab_triger ul li label {
        padding: 6px 6px;
        font-size: 9px;
    }
    .order_time p {
        font-size: 12px;
    }
    .ordr_slct .nice-select {
        font-size: 9px;
        height: 30px;
        line-height: 27px;
    }
    .ordr_slct .btn {
        font-size: 9px;
        padding: 6px 18px;
        margin-top: 1px;
        margin-left: 5px;
    }
    .order_title_details {
        font-size: 11px;
        padding: 5px 11px;
    }
    .order_title_details p {
        font-size: 9px;
        line-height: 11px;
    }
    .order_item_left .myButton {
        width: 100%;
        margin-bottom: 2px;
    }
    .order_details h4 {
        font-size: 11px;
    }
    .common_title h2 {
        font-size: 18px !important;
    }
    /* Log in and security page responsive */
    .log_txt {
        margin: 12px 0px 12px 12px;
    }
    .log_btn {
        margin: 12px 12px 0px 0px;
    }
    .log_txt h4 {
        font-size: 11px;
    }
    .log_txt p {
        font-size: 9px;
    }
    .log_btn button {
        padding: 2px 15px;
        font-size: 11px;
    }
    /* Log in and security page -> edit name responsive */
    .log_secure_name {
        padding: 12px 12px 0px 12px !important;
    }
    /* color page */
    .singleProductImage {
        width: auto;
        margin-top: 2px !important;
    }
    /* add to cart modal */
    .ad_crt_modal {
        margin-top: -11%;
        margin-left: -16%;
        height: auto;
        width: 408px;
    }
    .add_to_card_product_img img {
        height: 150px;
        margin: 0 auto;
        display: block;
    }
    .card_modal_details {
        margin-top: -15% !important;
    }
    .card_prdct_title {
        font-size: 14px;
    }
    .add_crt_content .brand a,
    .add_card_price {
        font-size: 11px !important;
    }
    /* Common_Description Section */
    .common_description p {
        font-size: 11px !important;
        line-height: 13px;
    }
}

@media only screen and (min-width: 486px) and (max-width: 549px) {
    header .header_area .header_top .left-box .header_left .logo img {
        width: 190px;
        height: 45px;
    }
    .mobile_menu .slicknav_menu .slicknav_btn .slicknav_icon-bar {
        background-color: #fff !important;
        width: 38px;
        height: 4px;
    }
    .slicknav_menu .slicknav_icon {
        margin-right: 12px;
        margin-top: 14px;
    }
    header .header_area .header_top .right-box .header_bottm .header_bottm_right p {
        text-align: justify;
    }
    header .header_area .header_top .right-box .header_right .lang_currency {
        margin: 0px -5px;
    }
    .new_item_carousel .owl-dots {
        margin-bottom: 10px;
        margin-left: 51px;
    }
    .cat-product-carousel .owl-dots .owl-dot {
        height: 8px;
        width: 8px;
        margin: 0px 3px;
    }
    .itm_str {
        font-size: 10px !important;
        margin-top: 20px !important;
    }
    .new_item_carousel.owl-drag .owl-item {
        margin-top: 22px;
    }
    .see_product .btnw2 {
        padding: 12px 12px 12px 9px;
        font-size: 8px;
        font-weight: none;
        margin-bottom: 13px !important;
    }
    .subcribe_area .subscribe_wrap h4 {
        font-size: 22px;
    }
    .subcribe_area {
        margin-top: -15px;
    }
    .subscribe_wrap .social_link li a img {
        height: 35px;
    }
    .footer-area {
        margin-top: -15px;
    }
    .nw_arvl {
        margin-top: -16px;
    }
    .section_title h6 {
        font-size: 20px;
    }
    .home-slider .owl-dots {
        margin-bottom: 7px;
    }
    .section-over2,
    .Subscription_area2 {
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain !important;
    }
    .hero-content {
        padding-left: 54px;
        padding-right: 10px;
        line-height: 0px;
        margin-top: 100px;
    }
    .hero .btnw {
        bottom: 45% !important;
        left: 14% !important;
    }
    .hero-content h2 {
        color: #fff;
        font-weight: 700;
        font-size: 15px;
    }
    .hero-content h4 {
        color: #fff;
        font-weight: 500;
        font-size: 11px;
        line-height: 1.1;
        letter-spacing: 0.5px;
    }
    .btnw {
        padding: 12px 12px 12px 9px;
        font-size: 8px;
        font-weight: none;
        margin-top: -26px;
    }
    .btnw::after {
        font-size: 15px;
        font-size: 9px;
        right: 4px;
        font-weight: none;
    }
    .owl-carousel .owl-nav div {
        height: 20px;
        line-height: 22px;
        right: 0;
        width: 20px;
    }
    .owl-carousel .owl-nav div.owl-prev::before {
        font-size: 9px;
        left: 7px;
    }
    .owl-carousel .owl-nav div.owl-next::before {
        font-size: 9px;
        left: 9px;
    }
    .slider-height2 {
        height: 185px;
    }
    .home-slider {
        height: 185px;
        margin-bottom: 40px;
    }
    .help-box .clik-event .info-bar,
    #whatsApp,
    .help-box.help-box3 {
        height: 32px;
        width: 78px;
    }
    #heart {
        position: relative;
        width: 36px;
        height: 31px;
        left: -29px;
        top: -4px;
        cursor: pointer;
    }
    #heart:before,
    #heart:after {
        position: absolute;
        content: "";
        left: 45px;
        top: 8px;
        width: 11px;
        height: 18px;
        background: #fff;
        border-radius: 43px 50px 0 0;
        transform: rotate(-44deg);
        transform-origin: 0 100%;
    }
    #heart:before {
        position: absolute;
        content: "";
        left: 38px;
        top: 0;
        width: 11px;
        height: 19px;
        background: #fff;
        border-radius: 43px 50px 0 0;
        transform: rotate(44deg);
        transform-origin: 0 100%;
    }
    #heart i {
        position: relative;
        z-index: 1;
        position: absolute;
        left: 40px;
        top: 12px;
        font-size: 11px;
        color: #7BB22E;
    }
    .help-box .clik-event .info-bar p {
        margin: 0;
        font-size: 11px;
        margin-bottom: 8px;
        padding-right: 0px;
    }
    #whatsApp img {
        width: 19px;
    }
    #whatsApp p {
        margin: 0;
        color: #fff;
        font-size: 10px;
        padding-left: 4px;
    }
    .get-btn p {
        margin: 0;
        color: #fff;
        font-size: 10px;
        padding: 6px 3px 6px 9px;
        font-weight: 700;
        text-align: center;
        line-height: 1;
    }
    .help-box {
        bottom: 115px;
    }
    .help-box.help-box2 {
        bottom: 72px;
    }
    header .header_area .header_top .right-box .header_right .cart a span:nth-of-type(1) {
        margin-top: 8px;
    }
    .home-slider .owl-dots .owl-dot {
        height: 7px;
        width: 7px;
    }
    .about_area .about_info,
    .about_area .about_info_2 {
        height: 180px;
        width: 100%;
        padding: none;
    }
    .main-slider-padding {
        padding-top: 8px;
    }
    .barcode img {
        height: 65px;
        width: 65px !important;
        position: absolute;
        top: 13px;
        left: 145px;
    }
    .about_area .about_info .logo img {
        width: 65px;
        height: 18px;
        margin-top: -9px;
        margin-left: 156px;
    }
    .about_area .about_info .about_text p {
        font-size: 10px;
        line-height: 12px;
        margin-top: -10px;
        font-family: Arial !important;
    }
    .about_info .social_link {
        position: absolute;
        top: 79%;
        left: 20%;
    }
    .about_area .about_info_2 .about_thumb img {
        height: 60px;
        position: absolute;
        top: 10px;
        left: 155px;
    }
    .about_area .about_info .logo {
        margin-top: -7px;
        margin-left: -38px;
    }
    .offers-img img {
        height: 37px;
        width: 37px !important;
    }
    .about_area .about_info_2 p {
        font-size: 10px;
        line-height: 12px !important;
        margin-top: -15px;
        font-family: Arial !important;
    }
    .see-all-product .btnw2 {
        margin-left: 30px;
    }
    .Subscription_area2 {
        height: 134px;
        margin-bottom: 24px;
        background-size: 100% 100% !important;
    }
    .Subscription_area2 span.subscribe-top a {
        font-size: 20px;
    }
    .Subscription_area2 span.subscribe-top a img {
        width: 32px !important;
    }
    .Subscription_area2 span.subscribe-top {
        position: absolute;
        left: 21%;
        margin-top: -16px;
    }
    .Subscription_area2 .btnw {
        position: absolute;
        top: 13px;
        right: 10px;
    }
    .subcribe_area .subscribe_wrap p {
        font-size: 13px;
    }
    .subcribe_area .subscribe_wrap .subs_wrap {
        font-size: 14px;
        text-align: center;
    }
    .subscribe_wrap .social_link {
        margin-top: 26px;
        margin-left: -6px;
    }
    .section_padding5 {
        margin-bottom: 35px;
    }
    .nw_arivl {
        margin-bottom: 51px !important;
    }
    .category-bg {
        padding-top: 0px !important;
        margin-top: -16px;
    }
    .new_item_carousel .owl-item img {
        height: auto;
        width: 100%;
        display: block;
        margin: 0 auto;
    }
    .single_tranding {
        margin-top: 62px;
    }
    .single_tranding .des p.title {
        font-size: 13px;
        margin-top: -24px;
        margin-bottom: -25px;
        line-height: 14px;
    }
    .single_tranding .des p.index_product_brand {
        height: auto;
        font-size: 9px;
        line-height: 10px;
        margin-top: 11px !important;
    }
    .single_tranding .des p.brand {
        height: auto;
        font-size: 9px;
        line-height: 10px;
    }
    .single_tranding .des p.price {
        font-size: 13px;
        margin-top: -9px;
    }
    .single_tranding .des {
        padding: none;
        min-height: 159px;
        margin-bottom: 5px;
    }
    .single_tranding .des-hover {
        margin-top: -65px;
        margin-bottom: -13px;
    }
    .single_tranding .des-hover span {
        height: 25px;
        width: 25px;
        line-height: 23px;
    }
    .see_product .btnw2 {
        padding: 12px 12px 12px 9px;
        font-size: 8px;
        font-weight: none;
        margin-bottom: 9px;
    }
    .see_product .btnw2::after {
        font-size: 9px;
        right: 4px;
        margin-top: -1px;
        font-weight: none;
    }
    .sec_title {
        /* margin-top: -26px; */
        margin-bottom: -20px;
    }
    .copyright p {
        color: #e5fbf7;
        font-size: 11px;
    }
    .product-gal-img img {
        height: 126px;
        width: 115px !important;
        display: block;
        margin-left: 112px !important;
        margin-top: -40px;
        margin-bottom: -65px;
    }
    .product-description-wrapper .product-title {
        font-size: 15px;
        line-height: 15px;
    }
    .prdct_prc {
        margin-top: -16px;
    }
    .product-description-wrapper .product-description-label,
    .product-description-wrapper .avialable-amount {
        font-size: 12px;
        width: 66px;
    }
    .product-description-wrapper .product-price {
        margin-left: 31px;
        font-size: 19px;
    }
    .product-description-wrapper .product-price-old {
        margin-left: 30px;
    }
    .inpt_grp {
        width: 121px;
    }
    .inpt_grp_lft {
        margin-right: -13px;
    }
    .inpt_grp_mdl {
        margin-right: -7px;
    }
    .inpt_grp_mth {
        margin-left: 15px;
    }
    .avilbl_amnt {
        width: 79px !important;
    }
    .ad_crt_btn {
        width: 40%;
        height: 30px;
        font-size: 11px !important;
        position: absolute;
        left: 27%;
    }
    /* ================Product Details Page================ */
    .page_tittle_area .page-tittle h2 {
        font-size: 29px;
    }
    .product-details-img .tab-content .product-toggle-right a {
        margin-top: -31px !important;
    }
    .product-details-img .tab-content .product-toggle-right {
        margin-right: 28px !important;
    }
    .product-details-img .tab-content .product-toggle-right .social_link2 {
        margin-top: 29px !important;
    }
    .product-details-img .tab-content .product-toggle-right .social_link2 li a img {
        height: 44px !important;
        width: 44px;
        margin-left: 7px;
    }
    .product-details-img .nav-pills {
        padding: 8px !important;
    }
    .product-details-img .nav-pills a img {
        margin-bottom: -5px;
    }
    .product-details-content h2 {
        font-size: 16px;
    }
    .product-details-content h6 {
        font-size: 16px;
    }
    .product-details-img .nav-pills .nav-link {
        margin-left: 24% !important;
    }
    .prdct_des p {
        text-align: justify;
    }
    .prdct_dscrp .title {
        font-size: 14px !important;
        margin-top: -7px !important;
    }
    .prdct_dscrp .brand {
        height: auto !important;
        font-size: 9px !important;
        line-height: 15px !important;
        margin-top: 15px !important;
    }
    .prdct_dscrp .price {
        margin-top: -1px !important;
    }
    .prdct_dscrp .prdct_rate {
        margin-top: 5px !important;
    }
    .prdct_des_hvr {
        margin-top: 5px !important;
    }
    /* note page responsive start */
    .page_tittle_area .page-tittle {
        height: 45px;
    }
    .page_tittle_area .page-tittle h2 {
        font-size: 30px;
        margin-top: -15px;
    }
    .notsrc input::placeholder {
        font-size: 12px;
    }
    .notesrcbar {
        height: 25px;
    }
    .note_single_tag {
        font-size: 10px;
    }
    .note_single_tag i {
        font-size: 10px !important;
    }
    .nots-banner-img .notes-cover-photo {
        height: auto !important;
    }
    .noteTitles {
        font-size: 14px;
    }
    .single_note_des {
        font-size: 13px !important;
    }
    .single_notes_product,
    .single_notes_null_product {
        width: 35px !important;
        margin-top: 0px !important;
    }
    .single_notes_url p {
        margin-top: 5px;
        font-size: 11px;
        line-height: 1.5em;
    }
    /* brand Product page */
    .brnd_nm {
        width: 109% !important;
        margin-left: -13px !important;
    }
    .brnd_nm h4 {
        padding: 0px !important;
        font-size: 12px;
    }
    .brnd_prfl_img img {
        margin-left: -8px;
    }
    .brnd_prfl_dtls {
        margin: 10px 0px -9px -2px !important;
        line-height: 1px !important;
    }
    .brnd_prfl_dtls h6 {
        line-height: 8px !important;
        font-size: 11px;
    }
    .brnd_prfl_description {
        margin-top: 15px !important;
        padding-left: 25px !important;
        padding-right: 25px !important;
    }
    .brnd_prfl_description p {
        font-size: 13px !important;
        line-height: 14px;
    }
    .product-filter h3 {
        font-size: 15px;
        margin-bottom: 10px !important;
    }
    .product-filter .card .card-header h2 button {
        font-size: 12px !important;
    }
    .price_rangs_aside {
        padding: 12px 16px !important;
    }
    .price_rangs_aside h4 {
        font-size: 13px !important;
    }
    .product-list .nav-tabs .nav-item {
        margin-right: 9px;
        cursor: pointer;
        width: 35px;
        height: 35px;
        line-height: 17px;
    }
    .brnd_prdct_src {
        position: absolute;
        right: -4px;
        top: -50px;
    }
    .note_product_item {
        height: auto !important;
    }
    .note_product_head p a {
        font-size: 12px !important;
    }
    .product_description .brand {
        font-size: 10px !important;
    }
    .note_product_cmnt a {
        font-size: 12px !important;
    }
    .product_rating {
        font-size: 12px;
    }
    .note_product_des_hover .des-hover span i {
        font-size: 9px !important;
    }
    .note_product_bottom {
        height: 29px !important;
    }
    .note_product_des_hover {
        padding: 0px 0px !important;
    }
    .note_product_price {
        margin-top: -3px !important;
    }
    /* perfumer details */
    .prfme_title h2 {
        font-size: 17px;
    }
    .prfme_title p {
        font-size: 13px !important;
    }
    .perfumer_prfl_head p {
        font-size: 11px !important;
        line-height: 2px !important;
    }
    .prfms_prdct {
        margin-top: -48px;
        font-size: 17px;
        font-weight: bold;
    }
    .perfumer-links p {
        font-size: 13px !important;
        line-height: 16px;
    }
    .prfum_nm h4 {
        font-size: 16px;
        margin-left: 0px !important;
    }
    .no_of_prfme h6 {
        font-size: 11px;
        margin-top: 10px;
    }
    .perfumer-categories .nav-tabs .nav-item {
        font-size: 12px;
        padding: 6px 5px;
        margin: 1px;
        line-height: 1;
        font-weight: 100;
    }
    .perfm_img_crt img {
        width: 75px !important;
    }
    .perfume_prdct_cmnt_rat {
        margin-top: -20px !important;
    }
    .prfm_prdct_crt_rating {
        font-size: 10px !important;
    }
    /* about us page responsive start */
    .ulta-beauty .ulta-beauty-wrapper .one-page-Nav ul li a {
        font-size: 11px;
    }
    .ulta-beauty .ulta-beauty-wrapper .one-page-Nav {
        padding-top: 76px;
    }
    .ulta-beauty {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    .abt_sctn_top {
        text-align: center;
    }
    .abt_sctn_top h2 {
        font-size: 18px !important;
    }
    .abt_sctn_top p {
        font-size: 14px !important;
    }
    .abt_sctn_sub h3 {
        font-size: 16px !important;
    }
    .abt_sctn_sub p {
        font-size: 12px !important;
    }
    /*blog page respond=sive start*/
    .Blog_header_area .main_header .social_links ul li {
        margin-right: 9px !important;
    }
    .Blog_header_area .main_header .social_links ul li a {
        font-size: 15px;
    }
    .Blog_header_area .main_header .blog_search_form input {
        height: 26px;
        margin-top: 5px;
        font-size: 18px;
    }
    .blog_banner .single_banner {
        height: 195px !important;
        background-size: 100% !important;
    }
    .blog_banner .single_banner h4 a {
        font-size: 17px !important;
        line-height: 26px;
    }
    .blog_banner_active .owl-stage {
        height: 195px !important;
    }
    .blog_common_title a {
        font-size: 23px !important;
    }
    .blog_service_area .single_service .service_meta h4 {
        font-size: 16px;
        line-height: 19px;
    }
    .blog_service_area .single_service .service_meta p.info {
        font-size: 13px;
        line-height: 15px;
    }
    .blog_service_area .single_service .service_meta p.service_bottom span {
        font-size: 11px;
    }
    .blog_service_area .single_service .service_meta h3 {
        font-size: 16px;
        line-height: 19px;
    }
    .service_lists_view .list_img img {
        margin: 18px 0px 0px 0px !important;
        padding: 0 !important;
        height: auto !important;
    }
    .blog_post_text h2 {
        font-size: 16px;
        line-height: 19px;
    }
    .service_lists_view .single_post .meta {
        font-size: 11px;
    }
    /* your feedback page */
    .special-form .single-input .rating-numbers .rating-number {
        padding: 2px 6px;
        margin-right: 7px;
        font-size: 10px;
    }
    /* Contact Us Page */
    .contact-info {
        padding: 4px 9px;
    }
    .special-form .single-input .input-box {
        width: 100%;
        height: 30px;
    }
    .boxed_btn {
        padding: 4px 32px !important;
    }
    .contact-info .single-caption .caption-icon i {
        font-size: 30px;
    }
    .contact-info .single-caption .caption p {
        font-size: 12px;
    }
    .contact-info .single-caption .caption a {
        font-size: 14px;
    }
    /* country region page responsive start */
    .country_head h2 {
        font-size: 18px;
    }
    .country_head .sub_head {
        font-size: 12px;
    }
    .country_head p {
        font-size: 11px;
    }
    .country_select_box label {
        font-size: 18px;
    }
    .country_inpt.nice_Select {
        line-height: 10px;
    }
    .country_inpt .nice_Select,
    .country_inpt input {
        height: 32px;
        line-height: 12px;
        background-color: #fff;
        border: 1px solid #eee;
        padding: 10px 25px;
    }
    .country_aply {
        width: 32%;
        padding: 12px 10px 14px 6px;
        font-size: 12px;
    }
    .country_aply::after {
        right: 12px;
    }
    .country_note p {
        font-size: 9px;
    }
    /* category product page */
    .cat_prduct_title h2 {
        font-size: 25px !important;
        margin-top: 6px !important;
    }
    .product-list .nav-tabs .cat_nav_itm {
        cursor: pointer;
        width: 24px;
        height: 24px;
        line-height: 17px;
        padding: 4px 5px !important;
    }
    .cat_prduct_src {
        margin-left: -14%;
    }
    .cat_slct_hd {
        position: absolute;
        top: 5%;
        left: 48%;
    }
    .cat_slct_itm .nice-select {
        height: 31px !important;
        line-height: 18px !important;
        position: absolute;
        right: 5%;
        top: 0%;
    }
    /* Brand Product Details responsive */
    .br_pr_dtl {
        padding: 5px 15px 15px 0px !important;
    }
    /* Note page responsive */
    .note_srt {
        padding-bottom: 10px;
    }
    .note_srt .select-this .nice-select {
        width: 103px !important;
        font-size: 9px !important;
        height: 26px !important;
        line-height: 23px !important;
        margin-left: -15px;
    }
    .nt_srt_by {
        font-size: 12px;
        margin-left: 5px;
    }
    /* Product Details Page Responsive */
    .product-details-img .tab-content .tab-pane img {
        /* width: 270px !important;*/
        height: 290px !important;
        /* margin-left: 50px; */
        margin-top: 0px;
    }
    .new_tbl_product_dtl_right {
        border: 1px solid #8EC63F;
        height: 290px !important;
        margin-left: -35px;
    }
    .new_tbl_product_dtl_right .social_link2 li .prdct_icn {
        height: 41px !important;
        width: 43px !important;
    }
    .new_tbl_product_dtl_right .social_link2 li .prdct_icn img {
        width: 39px;
        height: auto;
    }
    .product-social-share .social_link {
        left: 48% !important;
        top: -26px;
    }
    .product_dtl_tab_tble {
        margin-left: -38px;
    }
    .product-social-share .social_link ul li a img {
        height: 24px !important;
    }
    .product-details-img .nav-pills .nav-link {
        width: 65% !important;
        height: 34px !important;
        margin-top: 10px;
        margin-bottom: -2px;
    }
    .nav-tabs .nav-item.show .navs-link,
    .nav-tabs .navs-link.active,
    .nav-tabs .nav_non_check {
        font-size: 13px;
    }
    .navs-link {
        padding: 2px 6px !important;
    }
    .product-details-img .nav-pills {
        padding: 0px !important;
        margin-top: 0px !important;
    }
    .prdct_dtl_tbl h6,
    .prdct_dtl_tbl p {
        font-size: 11px !important;
    }
    .prdct_dtls_vdo .video-wrapper .right-content .video-img img {
        width: 62% !important;
        margin-left: 36% !important;
        margin-top: 5px !important;
    }
    .video-wrapper .right-content .video-img .video-icon {
        position: absolute;
        top: 49% !important;
        left: -3px !important;
    }
    .prdct_dtls_vdo .video-wrapper .right-content .video-img .video-icon a {
        width: 32px !important;
        height: 33px !important;
        margin-top: 31px !important;
        margin-left: 20px;
    }
    .prdct_dtls_vdo .video-wrapper .right-content .video-img .video-icon a i {
        font-size: 17px !important;
        right: -2px !important;
        top: -28px !important;
    }
    .prdct_qnt_btn {
        margin-left: 15px;
    }
    .prdct_qnt_btn .qnt_btn {
        width: 130px !important;
        margin-top: 6px;
    }
    .pls_mns_btn {
        height: 30px;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    .inpt_fld {
        height: 30px;
    }
    .product-details-content .btns a {
        color: #fff;
        padding: 5px 16px;
        font-size: 11px;
    }
    .product-details-description .tab-content {
        margin-top: -8.5%;
    }
    .Subscription_area2 {
        margin: 38px 0px !important;
    }
    .heading_p_tag p {
        font-size: 11px !important;
        line-height: 15px;
    }
    .joyonto_custom_search_bar {
        height: 25px !important;
        width: 100% !important;
        margin: 0px 35px 0px 0px !important;
    }
    .brnd_select_hd {
        font-size: 13px !important;
        white-space: nowrap;
        margin-top: 0px;
    }
    .product-list .right-content .select-this .subs_frm_cntrl {
        margin-top: 0px;
        padding: 12px 45px 12px 30px !important;
        line-height: 9px !important;
    }
    /* perfumer page */
    .single-perfumer a {
        font-size: 13px;
    }
    /* Compare List Responsive Start */
    .compare_product_selected a img {
        margin: 0 auto;
        display: block !important;
    }
    .compare_des_hover span {
        height: 25px !important;
        width: 25px !important;
        line-height: 25px !important;
    }
    .compare_list_head {
        font-size: 10px !important;
    }
    .compare_list_data {
        font-size: 10px !important;
    }
    .compare_list_note img {
        margin: auto;
        display: block !important;
        height: 16px !important;
        width: 16px !important;
    }
    .custom_compare_li {
        display: block !important;
    }
    .brand_product_body {
        margin-top: -19px !important;
    }
    .footer-area .single-footer-widget h4 {
        font-size: 19px;
    }
    .footer-area .single-footer-widget img {
        width: 90%;
    }
    .accounts_wrap .account_list_wrap .list_contet .single_list h6 {
        font-size: 17px;
    }
    .accounts_wrap .account_list_wrap .list_contet .single_list li a {
        font-size: 9px;
        line-height: 7px;
    }
    /* My address Page reesponsive  */
    .pg_title h2 {
        font-size: 27px;
    }
    .pg_title {
        padding-bottom: 0px;
    }
    .myaddres_sub_title h4 {
        font-size: 15px;
        margin-top: -34px;
    }
    .my_address_tab {
        font-size: 15px;
        padding: 0.2rem 1rem;
    }
    .myaddres_sub_sub_title {
        font-size: 12px !important;
        font-weight: bold;
    }
    /* your payment page responsive */
    .new_card_img img {
        height: 30px !important;
        width: auto !important;
    }
    .popup_button button {
        padding: 3px 8px;
        font-size: 11px;
        width: 83%;
    }
    .tgl_status2 {
        left: 60px;
    }
    .tgl_status {
        left: -60px;
    }
    .swt {
        margin-left: 15%;
        margin-top: 6%;
    }
    .pay_accordn {
        padding: 10px 10px 0px 10px;
    }
    /* Dashboard -> My Blend page */
    .customer_blend_product img {
        width: 70% !important;
    }
    .customer_blend_product .des p.title {
        font-size: 9px !important;
        line-height: 1.1em !important;
    }
    .customer_blend_product .des p.brand {
        font-size: 9px !important;
        line-height: 1.1em !important;
    }
    .customer_blend_product .des p.price {
        font-size: 9px !important;
    }
    .customer_blend_product .des p.gender {
        font-size: 9px !important;
    }
    .customer_blend_product .des-hover span {
        height: 25px !important;
        width: 25px !important;
        line-height: 22px !important;
        font-size: 14px;
        border: 1px solid #ddd !important;
        color: #000000ba !important;
        margin: 0px 0px !important;
    }
    /* Customer Order Page Responsive */
    .tab_triger ul li label {
        padding: 6px 6px;
        font-size: 9px;
    }
    .order_time p {
        font-size: 12px;
    }
    .ordr_slct .nice-select {
        font-size: 9px;
        height: 30px;
        line-height: 27px;
    }
    .ordr_slct .btn {
        font-size: 9px;
        padding: 6px 18px;
        margin-top: 1px;
        margin-left: 5px;
    }
    .order_title_details {
        font-size: 11px;
        padding: 5px 11px;
    }
    .order_title_details p {
        font-size: 9px;
        line-height: 11px;
    }
    .order_item_left .myButton {
        width: 100%;
        margin-bottom: 2px;
    }
    .order_details h4 {
        font-size: 11px;
    }
    /* Log in and security page responsive */
    .log_txt {
        margin: 12px 0px 12px 12px;
    }
    .log_btn {
        margin: 12px 12px 0px 0px;
    }
    .log_txt h4 {
        font-size: 11px;
    }
    .log_txt p {
        font-size: 9px;
    }
    .log_btn button {
        padding: 2px 15px;
        font-size: 11px;
    }
    /* Log in and security page -> edit name responsive */
    .log_secure_name {
        padding: 12px 12px 0px 12px !important;
    }
    /* color page */
    .singleProductImage {
        /* height: 100px !important; */
        width: auto;
        margin-top: 0px !important;
    }
    /* add to cart modal */
    .ad_crt_modal {
        margin-top: -11%;
        margin-left: -16%;
        height: auto;
        width: 408px;
    }
    .add_to_card_product_img img {
        height: 150px;
        margin: 0 auto;
        display: block;
    }
    .card_modal_details {
        margin-top: -15% !important;
    }
    .card_prdct_title {
        font-size: 14px;
    }
    .add_crt_content .brand a,
    .add_card_price {
        font-size: 11px !important;
    }
    /* Common_Description Section */
    .common_description p,
    .common_description {
        font-size: 11px !important;
        line-height: 13px;
    }
}

@media only screen and (min-width: 550px) and (max-width: 575px) {
    .single_tranding img {
        width: 100%;
        height: auto;
    }
    .single_tranding .des p.title {
        font-size: 13px;
        margin-top: -24px;
        margin-bottom: -25px;
        line-height: 14px;
    }
    .single_tranding .des p.index_product_brand {
        height: auto;
        font-size: 9px;
        line-height: 10px;
        margin-top: 3px;
    }
    .single_tranding .des p.brand {
        height: auto;
        font-size: 9px;
        line-height: 10px;
    }
    .single_tranding .des p.price {
        font-size: 13px;
        margin-top: -9px;
    }
    .single_tranding .des {
        padding: none;
        min-height: 159px;
        margin-bottom: 5px;
    }
    .single_tranding .des-hover {
        margin-top: -65px;
        margin-bottom: -13px;
    }
    .category-bg {
        padding-top: 140px !important;
    }
    .new_item_carousel .owl-dots {
        position: absolute !important;
        left: 58% !important;
    }
    .social_link li a img {
        height: 32px;
    }
    .section_title h6 {
        font-size: 20px;
    }
    .section-over1::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
    }
    header .header_area .header_top .left-box .header_left .logo img {
        position: relative;
        bottom: 0px;
        width: 193px;
        height: 47px;
    }
    header .header_area .header_top .right-box .header_right {
        flex-basis: 100%;
        padding-top: 0px;
        display: flex;
        justify-content: space-between;
    }
    header .header_area .header_top .right-box .header_bottm .header_bottm_right p {
        font-size: 12px;
    }
    .mobile_menu .slicknav_menu .slicknav_btn {
        top: 18px;
        left: 0;
    }
    .section-over2,
    .Subscription_area2 {
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain !important;
    }
    .hero-content {
        padding-left: 58px;
        padding-right: 10px;
        line-height: 0px;
        margin-top: 100px;
    }
    .hero .btnw {
        bottom: 45% !important;
        left: 14% !important;
    }
    .hero-content h2 {
        color: #fff;
        font-weight: 700;
        font-size: 17px;
    }
    .hero-content h4 {
        color: #fff;
        font-weight: 500;
        font-size: 12px;
        line-height: 1.1;
        letter-spacing: 0.5px;
    }
    .btnw {
        padding: 12px 12px 12px 9px;
        font-size: 8px;
        font-weight: none;
        margin-top: -26px;
    }
    .btnw::after {
        font-size: 15px;
        font-size: 9px;
        right: 4px;
        font-weight: none;
    }
    .owl-carousel .owl-nav div {
        height: 20px;
        line-height: 22px;
        right: 0;
        width: 20px;
    }
    .owl-carousel .owl-nav div.owl-prev::before {
        font-size: 9px;
        left: 7px;
    }
    .owl-carousel .owl-nav div.owl-next::before {
        font-size: 9px;
        left: 9px;
    }
    .slider-height2 {
        height: 190px;
    }
    .home-slider {
        height: 190px;
        margin-bottom: 31px;
    }
    .home-slider .owl-dots {
        bottom: -29px;
    }
    .help-box .clik-event .info-bar,
    #whatsApp,
    .help-box.help-box3 {
        height: 35px;
        width: 85px;
    }
    #heart {
        position: relative;
        width: 38px;
        height: 33px;
        left: -27px;
        top: -2px;
        cursor: pointer;
    }
    #heart:before,
    #heart:after {
        position: absolute;
        content: "";
        left: 47px;
        top: 9px;
        width: 12px;
        height: 19px;
        background: #fff;
        border-radius: 43px 50px 0 0;
        transform: rotate(-44deg);
        transform-origin: 0 100%;
    }
    #heart:before {
        position: absolute;
        content: "";
        left: 39px;
        top: 0;
        width: 13px;
        height: 20px;
        background: #fff;
        border-radius: 43px 50px 0 0;
        transform: rotate(44deg);
        transform-origin: 0 100%;
    }
    #heart i {
        position: relative;
        z-index: 1;
        position: absolute;
        left: 42px;
        top: 13px;
        font-size: 11px;
        color: #7BB22E;
    }
    .help-box .clik-event .info-bar p {
        margin: 0;
        font-size: 13px;
        margin-bottom: 8px;
        padding-right: 0px;
    }
    #whatsApp img {
        width: 22px;
    }
    #whatsApp p {
        margin: 0;
        color: #fff;
        font-size: 11px;
        padding-left: 4px;
    }
    .get-btn p {
        margin: 0;
        color: #fff;
        font-size: 11px;
        padding: 6px 3px 6px 9px;
        font-weight: 700;
        text-align: center;
        line-height: 1;
    }
    .help-box {
        bottom: 115px;
    }
    .help-box.help-box2 {
        bottom: 72px;
    }
    header .header_area .header_top .right-box .header_right .cart a span:nth-of-type(1) {
        margin-top: 8px;
    }
    .home-slider .owl-dots .owl-dot {
        height: 7px;
        width: 7px;
    }
    .about_area .about_info,
    .about_area .about_info_2 {
        height: 182px;
        width: 100%;
        padding: none;
    }
    .main-slider-padding {
        padding-top: 8px;
    }
    .barcode img {
        height: 78px;
        width: 78px !important;
        position: absolute;
        top: 15px;
        left: 160px;
    }
    .about_area .about_info .logo img {
        width: 82px;
        height: 21px;
        margin-top: -8px;
        margin-left: 115px;
    }
    .about_area .about_info .logo {
        margin-top: -5px;
    }
    .about_area .about_info .about_text p {
        font-size: 10px;
        line-height: 12px;
        margin-top: -8px;
    }
    .about_info .about_text .social_link {
        position: absolute;
        top: 82%;
        left: 26%;
    }
    .about_area .about_info_2 .about_thumb img {
        height: 65px;
        position: absolute;
        top: 12px;
        left: 173px;
    }
    .offers-img img {
        height: 37px;
        width: 37px !important;
    }
    .about_area .about_info_2 p {
        font-size: 10px;
        line-height: 12px !important;
        font-family: Arial !important;
    }
    .see-all-product .btnw2 {
        margin-left: 30px;
    }
    .Subscription_area2 {
        height: 140px;
        margin-bottom: 24px;
        background-size: 100% 100% !important;
    }
    .Subscription_area2 span.subscribe-top a {
        font-size: 20px;
    }
    .Subscription_area2 span.subscribe-top a img {
        width: 32px !important;
    }
    .Subscription_area2 span.subscribe-top {
        position: absolute;
        left: 42%;
        margin-top: -16px;
    }
    .Subscription_area2 .btnw {
        position: absolute;
        top: 13px;
        right: 25px;
    }
    .subcribe_area .subscribe_wrap h4 {
        font-size: 26px;
    }
    .subcribe_area .subscribe_wrap p {
        font-size: 14px;
    }
    .subcribe_area .subscribe_wrap .subs_wrap {
        font-size: 13px;
        text-align: center;
    }
    .subscribe_wrap .social_link {
        margin-top: 26px;
    }
    .product-gal-img img {
        height: 155px;
        width: 140px !important;
        display: block;
        margin-left: 86px !important;
        margin-top: -40px;
        margin-bottom: -65px;
    }
    .ad_crt_btn {
        width: 40%;
        height: 36px;
        font-size: 11px !important;
        position: absolute;
        left: 27%;
    }
    /* ================Product Details Page================ */
    .page_tittle_area .page-tittle h2 {
        font-size: 29px;
    }
    .product-details-img .tab-content .product-toggle-right a {
        margin-top: -31px !important;
    }
    .product-details-img .tab-content .product-toggle-right {
        margin-right: 20px !important;
    }
    .product-details-img .tab-content .product-toggle-right .social_link2 {
        margin-top: 29px !important;
    }
    .product-details-img .tab-content .product-toggle-right .social_link2 li a img {
        height: 44px !important;
        width: 44px;
        margin-left: 7px;
    }
    .product-details-img .nav-pills {
        padding: 8px !important;
    }
    .product-details-img .nav-pills a img {
        margin-bottom: -5px;
    }
    .product-details-content h2 {
        font-size: 16px;
    }
    .product-details-content h6 {
        font-size: 16px;
    }
    .prdct_des p {
        text-align: justify;
    }
    .prdct_dscrp .title {
        font-size: 14px !important;
        margin-top: -7px !important;
    }
    .prdct_dscrp .brand {
        height: auto !important;
        font-size: 9px !important;
        line-height: 15px !important;
        margin-top: 15px !important;
    }
    .prdct_dscrp .price {
        margin-top: -1px !important;
    }
    .prdct_dscrp .prdct_rate {
        margin-top: 5px !important;
    }
    .prdct_des_hvr {
        margin-top: 5px !important;
    }
    /* Myblend Page Responsive Start */
    .blend-wrapper {
        margin-top: -200px;
    }
    .blend-wrapper .blenditem1 {
        padding-top: 241px !important;
    }
    .blenditem1 label {
        font-size: 12px !important;
        margin-right: 34px;
        margin-top: 43px;
        top: 232px;
        left: 220px;
        padding: 2px 7px !important;
        position: absolute;
    }
    .blenditem1 .select2-container--default .selection {
        width: 92px;
        margin-top: 11px;
        margin-left: 165px;
        top: 50px;
    }
    .content2 {
        left: 133px;
        width: 192px;
    }
    .blenditem2 label {
        font-size: 12px !important;
        margin-right: 36px;
    }
    .blenditem2 .select2-container--default .selection {
        margin-right: 32px;
    }
    .content3 {
        position: relative;
        left: 95px;
        top: -87px;
        width: 300px;
    }
    .blenditem3 label {
        font-size: 12px !important;
        margin-bottom: 13px;
        margin-right: 65px;
    }
    .blenditem3 .select2-container--default .selection {
        margin-right: 60px;
        margin-top: -9px;
    }
    .content4 {
        left: 28px;
        width: 420px;
    }
    .last-one {
        border: 9px solid #8DC63F;
    }
    .blenditem4 {
        margin-top: -129px;
        margin-right: 13px;
    }
    .blenditem4 label {
        font-size: 12px !important;
        margin-right: 58px;
    }
    .blenditem4 .select2-container--default .selection {
        margin-right: 57px;
    }
    /* note page responsive start */
    .page_tittle_area .page-tittle {
        height: 45px;
    }
    .page_tittle_area .page-tittle h2 {
        font-size: 30px;
        margin-top: -15px;
    }
    .notesrcbar {
        height: 25px;
    }
    .note_single_tag {
        font-size: 12px;
    }
    .note_single_tag i {
        font-size: 12px !important;
    }
    .nots-banner-img .notes-cover-photo {
        height: auto !important;
    }
    .noteTitles {
        font-size: 14px;
    }
    .single_note_des {
        font-size: 13px !important;
    }
    .single_notes_product,
    .single_notes_null_product {
        width: 40px !important;
        margin-top: 0px !important;
    }
    .single_notes_url p {
        margin-top: 5px;
        font-size: 12px;
        line-height: 1.5em;
    }
    /* brand Product page */
    .brnd_nm {
        width: 108% !important;
        margin-left: -13px !important;
    }
    .brnd_nm h4 {
        padding: 0px !important;
        font-size: 12px;
    }
    .brnd_prfl_img img {
        height: 90px !important;
    }
    .brnd_prfl_dtls {
        margin: 16px 0px -9px 15px !important;
        line-height: 10px !important;
    }
    .brnd_prfl_dtls h6 {
        line-height: 0px !important;
        font-size: 11px;
    }
    .brnd_prfl_description {
        margin-top: 15px !important;
        padding-left: 25px !important;
        padding-right: 25px !important;
    }
    .brnd_prfl_description p {
        font-size: 13px !important;
        line-height: 14px;
    }
    .product-filter h3 {
        font-size: 15px;
        margin-bottom: 10px !important;
    }
    .product-filter .card .card-header h2 button {
        font-size: 12px !important;
    }
    .price_rangs_aside {
        padding: 12px 16px !important;
    }
    .price_rangs_aside h4 {
        font-size: 13px !important;
    }
    .product-list .nav-tabs .nav-item {
        margin-right: 9px;
        cursor: pointer;
        width: 35px;
        height: 35px;
        line-height: 17px;
    }
    .brnd_prdct_src {
        position: absolute;
        right: -4px;
        top: -50px;
    }
    .note_product_head p a {
        font-size: 12px !important;
    }
    .product_description .brand {
        font-size: 10px !important;
    }
    .note_product_cmnt a {
        font-size: 12px !important;
    }
    .product_rating {
        font-size: 12px;
    }
    .note_product_des_hover .des-hover span i {
        font-size: 9px !important;
    }
    .note_product_bottom {
        height: 29px !important;
    }
    .note_product_des_hover {
        padding: 0px 0px !important;
    }
    .note_product_price {
        margin-top: -3px !important;
    }
    /* perfumer details */
    .prfme_title h2 {
        font-size: 17px;
    }
    .prfme_title p {
        font-size: 13px !important;
    }
    .perfumer_prfl_head p {
        font-size: 11px !important;
        line-height: 2px !important;
    }
    .prfms_prdct {
        margin-top: -48px;
        font-size: 17px;
        font-weight: bold;
    }
    .perfumer-links p {
        font-size: 13px !important;
        line-height: 16px;
    }
    .prfum_nm h4 {
        font-size: 16px;
        margin-left: 0px !important;
    }
    .no_of_prfme h6 {
        font-size: 11px;
        margin-top: 10px;
    }
    .perfumer-categories .nav-tabs .nav-item {
        font-size: 12px;
        padding: 6px 5px;
        margin: 1px;
        line-height: 1;
        font-weight: 100;
    }
    .perfume_prdct_cmnt_rat {
        margin-top: -20px !important;
    }
    /* about us page responsive start */
    .ulta-beauty {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    .abt_sctn_top {
        text-align: center;
    }
    .abt_sctn_top h2 {
        font-size: 18px !important;
    }
    .abt_sctn_top p {
        font-size: 14px !important;
    }
    .abt_sctn_sub h3 {
        font-size: 16px !important;
    }
    .abt_sctn_sub p {
        font-size: 12px !important;
    }
    /*blog page respond=sive start*/
    .Blog_header_area .main_header .social_links ul li {
        margin-right: 9px !important;
    }
    .Blog_header_area .main_header .social_links ul li a {
        font-size: 15px;
    }
    .Blog_header_area .main_header .blog_search_form input {
        height: 26px;
        margin-top: 5px;
        font-size: 18px;
    }
    .blog_banner .single_banner {
        height: 195px !important;
        background-size: 100% !important;
    }
    .blog_banner .single_banner h4 a {
        font-size: 17px !important;
        line-height: 26px;
    }
    .blog_banner_active .owl-stage {
        height: 195px !important;
    }
    .blog_common_title a {
        font-size: 23px !important;
    }
    .blog_service_area .single_service .service_meta h4 {
        font-size: 16px;
        line-height: 19px;
    }
    .blog_service_area .single_service .service_meta p.info {
        font-size: 13px;
        line-height: 15px;
    }
    .blog_service_area .single_service .service_meta p.service_bottom span {
        font-size: 11px;
    }
    .blog_service_area .single_service .service_meta h3 {
        font-size: 16px;
        line-height: 19px;
    }
    .service_lists_view .list_img img {
        margin: 18px 0px 0px 0px !important;
        padding: 0 !important;
        height: auto !important;
    }
    .blog_post_text h2 {
        font-size: 16px;
        line-height: 19px;
    }
    .service_lists_view .single_post .meta {
        font-size: 11px;
    }
    /* your feedback page */
    .special-form .single-input .rating-numbers .rating-number {
        padding: 2px 6px;
        margin-right: 7px;
        font-size: 10px;
    }
    /* country region page responsive start */
    .country_head h2 {
        font-size: 18px;
    }
    .country_head .sub_head {
        font-size: 12px;
    }
    .country_head p {
        font-size: 11px;
    }
    .country_select_box label {
        font-size: 18px;
    }
    .country_inpt.nice_Select {
        line-height: 10px;
    }
    .country_inpt .nice_Select,
    .country_inpt input {
        height: 32px;
        line-height: 12px;
        background-color: #fff;
        border: 1px solid #eee;
        padding: 10px 25px;
    }
    .country_aply {
        width: 30%;
        padding: 12px 10px 14px 6px;
        font-size: 12px;
    }
    .country_aply::after {
        right: 12px;
    }
    .country_note p {
        font-size: 9px;
    }
    /* category product page */
    .cat_prduct_title h2 {
        font-size: 25px !important;
        margin-top: 6px !important;
    }
    .product-list .nav-tabs .cat_nav_itm {
        cursor: pointer;
        width: 24px;
        height: 24px;
        line-height: 17px;
        padding: 4px 5px !important;
    }
    .cat_prduct_src {
        margin-left: -14%;
    }
    .cat_slct_hd {
        position: absolute;
        top: 5%;
        left: 48%;
    }
    .cat_slct_itm .nice-select {
        height: 31px !important;
        line-height: 18px !important;
        position: absolute;
        right: 5%;
        top: 0%;
    }
    /* Note page responsive */
    .note_srt {
        padding-bottom: 10px;
    }
    .note_srt .select-this .nice-select {
        width: 124px !important;
        font-size: 11px !important;
        height: 30px !important;
        line-height: 26px !important;
        margin-left: -9px;
    }
    .nt_srt_by {
        font-size: 12px;
        margin-left: 5px;
    }
    /* Product Details Page Responsive */
    .product-details-img .tab-content .tab-pane img {
        /* width: 270px !important;*/
        height: 290px !important;
        /* margin-left: 50px; */
        margin-top: 0px;
    }
    .new_tbl_product_dtl_right {
        border: 1px solid #8EC63F;
        height: 290px !important;
        margin-left: -35px;
    }
    .new_tbl_product_dtl_right .social_link2 li .prdct_icn {
        height: 41px !important;
        width: 43px !important;
    }
    .new_tbl_product_dtl_right .social_link2 li .prdct_icn img {
        width: 39px;
        height: auto;
    }
    .product-social-share .social_link {
        left: 45% !important;
        top: -30px;
    }
    .product_dtl_tab_tble {
        margin-left: -38px;
    }
    .product-social-share .social_link ul li a img {
        height: 28px !important;
    }
    .product-details-img .nav-pills .nav-link {
        width: 60% !important;
        height: 34px !important;
        margin-top: 10px;
        margin-bottom: -2px;
    }
    .nav-tabs .nav-item.show .navs-link,
    .nav-tabs .navs-link.active,
    .nav-tabs .nav_non_check {
        font-size: 13px;
    }
    .navs-link {
        padding: 2px 6px !important;
    }
    .product-details-img .nav-pills {
        padding: 0px !important;
        margin-top: 0px !important;
    }
    .prdct_dtl_tbl h6,
    .prdct_dtl_tbl p {
        font-size: 11px !important;
    }
    .prdct_dtls_vdo .video-wrapper .right-content .video-img img {
        width: 62% !important;
        margin-left: 36% !important;
        margin-top: 5px !important;
    }
    .video-wrapper .right-content .video-img .video-icon {
        position: absolute;
        top: 49% !important;
        left: -3px !important;
    }
    .prdct_dtls_vdo .video-wrapper .right-content .video-img .video-icon a {
        width: 32px !important;
        height: 33px !important;
        margin-top: 31px !important;
        margin-left: 20px;
    }
    .prdct_dtls_vdo .video-wrapper .right-content .video-img .video-icon a i {
        font-size: 17px !important;
        right: -2px !important;
        top: -28px !important;
    }
    .prdct_qnt_btn {
        margin-left: 15px;
    }
    .prdct_qnt_btn .qnt_btn {
        width: 130px !important;
        margin-top: 6px;
    }
    .pls_mns_btn {
        height: 30px;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    .inpt_fld {
        height: 30px;
    }
    .product-details-content .btns a {
        color: #fff;
        padding: 5px 16px;
        font-size: 11px;
    }
    .product-details-description .tab-content {
        margin-top: -8.1%;
    }
    .Subscription_area2 {
        margin: 38px 0px !important;
    }
    .heading_p_tag p {
        font-size: 11px !important;
        line-height: 15px;
    }
    .product-list .nav-tabs .nav-item {
        margin-right: 4px;
        cursor: pointer;
        width: 21px;
        height: 21px;
        line-height: 15px;
        font-size: 12px;
        padding: 4px;
    }
    .joyonto_custom_search_bar {
        height: 25px !important;
        width: 140px !important;
        margin: 0px 49px 21px 0px !important;
    }
    .brnd_select_hd {
        font-size: 13px !important;
        white-space: nowrap;
        margin-top: -19px;
    }
    .joyonto_custom_search_bar {
        height: 25px !important;
        width: 100% !important;
        margin: 0px 35px 0px 0px !important;
    }
    .brnd_select_hd {
        font-size: 13px !important;
        white-space: nowrap;
        margin-top: 0px;
    }
    .product-list .right-content .select-this .subs_frm_cntrl {
        margin-top: 0px;
        padding: 12px 45px 12px 30px !important;
        line-height: 9px !important;
    }
    /* Compare List Responsive Start */
    .compare_product_selected a img {
        margin: 0 auto;
        display: block !important;
    }
    .compare_des_hover span {
        height: 25px !important;
        width: 25px !important;
        line-height: 25px !important;
    }
    .compare_list_head {
        font-size: 10px !important;
    }
    .compare_list_data {
        font-size: 10px !important;
    }
    .compare_list_note img {
        margin: auto;
        display: block !important;
        height: 16px !important;
        width: 16px !important;
    }
    .brand_product_body {
        margin-top: -19px !important;
    }
    .footer-area .single-footer-widget h4 {
        font-size: 19px;
    }
    .footer-area .single-footer-widget img {
        width: 90%;
    }
    .accounts_wrap .account_list_wrap .list_contet .single_list h6 {
        font-size: 17px;
    }
    .accounts_wrap .account_list_wrap .list_contet .single_list li a {
        font-size: 9px;
        line-height: 7px;
    }
    /* My address Page reesponsive  */
    .pg_title h2 {
        font-size: 27px;
    }
    .pg_title {
        padding-bottom: 0px;
    }
    .myaddres_sub_title h4 {
        font-size: 15px;
        margin-top: -34px;
    }
    .my_address_tab {
        font-size: 15px;
        padding: 0.2rem 1rem;
    }
    .myaddres_sub_sub_title {
        font-size: 12px !important;
        font-weight: bold;
    }
    /* your payment page responsive */
    .new_card_img img {
        height: 30px !important;
        width: auto !important;
    }
    .popup_button button {
        padding: 3px 8px;
        font-size: 11px;
        width: 83%;
    }
    .tgl_status2 {
        left: 60px;
    }
    .tgl_status {
        left: -60px;
    }
    .swt {
        margin-left: 15%;
        margin-top: 6%;
    }
    .pay_accordn {
        padding: 10px 10px 0px 10px;
    }
    /* Dashboard -> My Blend page */
    .customer_blend_product img {
        width: 70% !important;
    }
    .customer_blend_product .des p.title {
        font-size: 9px !important;
        line-height: 1.1em !important;
    }
    .customer_blend_product .des p.brand {
        font-size: 9px !important;
        line-height: 1.1em !important;
    }
    .customer_blend_product .des p.price {
        font-size: 9px !important;
    }
    .customer_blend_product .des p.gender {
        font-size: 9px !important;
    }
    .customer_blend_product .des-hover span {
        height: 25px !important;
        width: 25px !important;
        line-height: 22px !important;
        font-size: 14px;
        border: 1px solid #ddd !important;
        color: #000000ba !important;
        margin: 0px 0px !important;
    }
    /* Customer Order Page Responsive */
    .tab_triger ul li label {
        padding: 6px 6px;
        font-size: 9px;
    }
    .order_time p {
        font-size: 12px;
    }
    .ordr_slct .nice-select {
        font-size: 9px;
        height: 30px;
        line-height: 27px;
    }
    .ordr_slct .btn {
        font-size: 9px;
        padding: 6px 18px;
        margin-top: 1px;
        margin-left: 5px;
    }
    .order_title_details {
        font-size: 11px;
        padding: 5px 11px;
    }
    .order_title_details p {
        font-size: 9px;
        line-height: 11px;
    }
    .order_item_left .myButton {
        width: 100%;
        margin-bottom: 2px;
    }
    .order_details h4 {
        font-size: 11px;
    }
    .common_title h2 {
        font-size: 18px !important;
    }
    /* Log in and security page responsive */
    .log_txt {
        margin: 12px 0px 12px 12px;
    }
    .log_btn {
        margin: 12px 12px 0px 0px;
    }
    .log_txt h4 {
        font-size: 11px;
    }
    .log_txt p {
        font-size: 9px;
    }
    .log_btn button {
        padding: 2px 15px;
        font-size: 11px;
    }
    /* Log in and security page -> edit name responsive */
    .log_secure_name {
        padding: 12px 12px 0px 12px !important;
    }
    /* color page */
    .singleProductImage {
        width: auto;
        margin-top: 0px !important;
    }
    /* add to cart modal */
    .ad_crt_modal {
        margin-top: -10%;
        margin-left: -10%;
        height: auto;
        width: 408px;
    }
    .add_to_card_product_img img {
        height: 150px;
        margin: 0 auto;
        display: block;
    }
    .card_modal_details {
        margin-top: -15% !important;
    }
    /* Common_Description Section */
    .common_description p,
    .common_description {
        font-size: 11px !important;
        line-height: 13px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 599px) {
    .single_tranding .des p.title {
        font-size: 13px;
        margin-top: -24px;
        margin-bottom: -25px;
        line-height: 14px;
    }
    .single_tranding .des p.index_product_brand {
        height: auto;
        font-size: 9px;
        line-height: 10px;
        margin-top: 3px;
    }
    .single_tranding .des p.brand {
        height: auto;
        font-size: 9px;
        line-height: 10px;
    }
    .single_tranding .des p.price {
        font-size: 13px;
        margin-top: -9px;
    }
    .single_tranding .des {
        padding: none;
        min-height: 159px;
        margin-bottom: 5px;
    }
    .single_tranding .des-hover {
        margin-top: -65px;
        margin-bottom: -13px;
    }
    .category-bg {
        padding-top: 140px !important;
    }
    .new_item_carousel .owl-dots {
        position: absolute !important;
        left: 58% !important;
    }
    .social_link li a img {
        height: 32px;
    }
    .section_title h6 {
        font-size: 20px;
    }
    .section-over1::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
    }
    header .header_area .header_top .left-box .header_left .logo img {
        position: relative;
        bottom: 0px;
        width: 193px;
        height: 47px;
    }
    header .header_area .header_top .right-box .header_right {
        flex-basis: 38%;
        padding-top: 0px;
        padding-bottom: 6px;
        display: flex;
        justify-content: space-between;
        position: absolute;
        top: 11%;
        left: 37%;
    }
    .mobile_menu .slicknav_menu .slicknav_btn {
        top: 18px;
        left: 0;
    }
    .section-over2,
    .Subscription_area2 {
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain !important;
    }
    .hero-content {
        padding-left: 58px;
        padding-right: 10px;
        line-height: 0px;
        margin-top: 130px;
    }
    .hero .btnw {
        bottom: 55% !important;
        left: 14% !important;
    }
    .hero-content h2 {
        color: #fff;
        font-weight: 700;
        font-size: 17px;
    }
    .hero-content h4 {
        color: #fff;
        font-weight: 500;
        font-size: 10px;
        line-height: 1.1;
        margin-top: -10px;
        letter-spacing: 0.5px;
    }
    .btnw {
        padding: 12px 12px 12px 9px;
        font-size: 8px;
        font-weight: none;
        margin-top: -26px;
    }
    .btnw::after {
        font-size: 15px;
        font-size: 9px;
        right: 4px;
        font-weight: none;
    }
    .owl-carousel .owl-nav div {
        height: 20px;
        line-height: 22px;
        right: 0;
        width: 20px;
    }
    .owl-carousel .owl-nav div.owl-prev::before {
        font-size: 9px;
        left: 7px;
    }
    .owl-carousel .owl-nav div.owl-next::before {
        font-size: 9px;
        left: 9px;
    }
    .slider-height2 {
        height: 190px;
    }
    .home-slider {
        height: 190px;
        margin-bottom: 31px;
    }
    .home-slider .owl-dots {
        bottom: -32px;
    }
    .help-box .clik-event .info-bar,
    #whatsApp,
    .help-box.help-box3 {
        height: 35px;
        width: 85px;
    }
    #heart {
        position: relative;
        width: 38px;
        height: 33px;
        left: -27px;
        top: -2px;
        cursor: pointer;
    }
    #heart:before,
    #heart:after {
        position: absolute;
        content: "";
        left: 47px;
        top: 9px;
        width: 12px;
        height: 19px;
        background: #fff;
        border-radius: 43px 50px 0 0;
        transform: rotate(-44deg);
        transform-origin: 0 100%;
    }
    #heart:before {
        position: absolute;
        content: "";
        left: 39px;
        top: 0;
        width: 13px;
        height: 20px;
        background: #fff;
        border-radius: 43px 50px 0 0;
        transform: rotate(44deg);
        transform-origin: 0 100%;
    }
    #heart i {
        position: relative;
        z-index: 1;
        position: absolute;
        left: 42px;
        top: 13px;
        font-size: 11px;
        color: #7BB22E;
    }
    .help-box .clik-event .info-bar p {
        margin: 0;
        font-size: 13px;
        margin-bottom: 8px;
        padding-right: 0px;
    }
    #whatsApp img {
        width: 22px;
    }
    #whatsApp p {
        margin: 0;
        color: #fff;
        font-size: 11px;
        padding-left: 4px;
    }
    .get-btn p {
        margin: 0;
        color: #fff;
        font-size: 11px;
        padding: 6px 3px 6px 9px;
        font-weight: 700;
        text-align: center;
        line-height: 1;
    }
    .help-box {
        bottom: 115px;
    }
    .help-box.help-box2 {
        bottom: 72px;
    }
    header .header_area .header_top .right-box .header_right .cart a span:nth-of-type(1) {
        margin-top: 8px;
    }
    .home-slider .owl-dots .owl-dot {
        height: 7px;
        width: 7px;
    }
    .about_area .about_info,
    .about_area .about_info_2 {
        height: 185px;
        width: 100%;
        padding: none;
    }
    .main-slider-padding {
        padding-top: 8px;
    }
    .barcode img {
        height: 80px;
        width: 80px !important;
        position: absolute;
        top: 8px;
        left: 160px;
    }
    .about_area .about_info .logo img {
        width: 78px;
        height: 21px;
        margin-top: -7px;
        margin-left: 115px;
    }
    .about_area .about_info .logo {
        margin-top: -10px;
    }
    .about_area .about_info .about_text p {
        font-size: 10px;
        line-height: 12px;
        margin-top: -14px;
    }
    .social_link {
        top: 82%;
        left: 26%;
    }
    .about_area .about_info_2 .about_thumb img {
        height: 71px;
        position: absolute;
        top: 12px;
        left: 173px;
    }
    .offers-img img {
        height: 37px;
        width: 37px !important;
    }
    .about_area .about_info_2 p {
        font-size: 10px;
        line-height: 12px !important;
        font-family: Arial !important;
    }
    .see-all-product .btnw2 {
        margin-left: 30px;
    }
    .Subscription_area2 {
        height: 140px;
        margin-bottom: 24px;
        background-size: 100% 100% !important;
    }
    .Subscription_area2 span.subscribe-top a {
        font-size: 20px;
    }
    .Subscription_area2 span.subscribe-top a img {
        width: 32px !important;
    }
    .Subscription_area2 span.subscribe-top {
        position: absolute;
        left: 42%;
        margin-top: -16px;
    }
    .Subscription_area2 .btnw {
        position: absolute;
        top: 13px;
        right: 25px;
    }
    .subcribe_area .subscribe_wrap h4 {
        font-size: 26px;
    }
    .subcribe_area .subscribe_wrap p {
        font-size: 14px;
    }
    .subcribe_area .subscribe_wrap .subs_wrap {
        font-size: 13px;
        text-align: center;
    }
    .subscribe_wrap .social_link {
        margin-top: 26px;
    }
    .product-gal-img img {
        height: 155px;
        width: 140px !important;
        display: block;
        margin-left: 86px !important;
        margin-top: -40px;
        margin-bottom: -65px;
    }
    .ad_crt_btn {
        width: 40%;
        height: 36px;
        font-size: 11px !important;
        position: absolute;
        left: 27%;
    }
    /* ================Product Details Page================ */
    .page_tittle_area .page-tittle h2 {
        font-size: 29px;
    }
    .product-details-img .tab-content .product-toggle-right a {
        margin-top: -31px !important;
    }
    .product-details-img .tab-content .product-toggle-right {
        margin-right: 20px !important;
    }
    .product-details-img .tab-content .product-toggle-right .social_link2 {
        margin-top: 29px !important;
    }
    .product-details-img .tab-content .product-toggle-right .social_link2 li a img {
        height: 44px !important;
        width: 44px;
        margin-left: 7px;
    }
    .product-details-img .nav-pills {
        padding: 8px !important;
    }
    .product-details-img .nav-pills a img {
        margin-bottom: -5px;
    }
    .product-details-content h2 {
        font-size: 16px;
    }
    .product-details-content h6 {
        font-size: 16px;
    }
    .prdct_des p {
        text-align: justify;
    }
    .prdct_dscrp .title {
        font-size: 14px !important;
        margin-top: -7px !important;
    }
    .prdct_dscrp .brand {
        height: auto !important;
        font-size: 9px !important;
        line-height: 15px !important;
        margin-top: 15px !important;
    }
    .prdct_dscrp .price {
        margin-top: -1px !important;
    }
    .prdct_dscrp .prdct_rate {
        margin-top: 5px !important;
    }
    .prdct_des_hvr {
        margin-top: 5px !important;
    }
    /* Myblend Page Responsive Start */
    .blend-wrapper {
        margin-top: -200px;
    }
    .blend-wrapper .blenditem1 {
        padding-top: 241px !important;
    }
    .blenditem1 label {
        font-size: 12px !important;
        margin-right: 34px;
        margin-top: 43px;
        top: 232px;
        left: 220px;
        padding: 2px 7px !important;
        position: absolute;
    }
    .blenditem1 .select2-container--default .selection {
        width: 92px;
        margin-top: 11px;
        margin-left: 165px;
        top: 50px;
    }
    .content2 {
        left: 133px;
        width: 192px;
    }
    .blenditem2 label {
        font-size: 12px !important;
        margin-right: 36px;
    }
    .blenditem2 .select2-container--default .selection {
        margin-right: 32px;
    }
    .content3 {
        position: relative;
        left: 95px;
        top: -87px;
        width: 300px;
    }
    .blenditem3 label {
        font-size: 12px !important;
        margin-bottom: 13px;
        margin-right: 65px;
    }
    .blenditem3 .select2-container--default .selection {
        margin-right: 60px;
        margin-top: -9px;
    }
    .content4 {
        left: 28px;
        width: 420px;
    }
    .last-one {
        border: 9px solid #8DC63F;
    }
    .blenditem4 {
        margin-top: -129px;
        margin-right: 13px;
    }
    .blenditem4 label {
        font-size: 12px !important;
        margin-right: 58px;
    }
    .blenditem4 .select2-container--default .selection {
        margin-right: 57px;
    }
    /* note page responsive start */
    .page_tittle_area .page-tittle {
        height: 45px;
    }
    .page_tittle_area .page-tittle h2 {
        font-size: 30px;
        margin-top: -15px;
    }
    .notesrcbar {
        height: 25px;
    }
    .note_single_tag {
        font-size: 12px;
    }
    .note_single_tag i {
        font-size: 12px !important;
    }
    .nots-banner-img .notes-cover-photo {
        height: auto !important;
    }
    .noteTitles {
        font-size: 14px;
    }
    .single_note_des {
        font-size: 13px !important;
    }
    .single_notes_product,
    .single_notes_null_product {
        width: 45px !important;
        margin-top: 0px !important;
    }
    .single_notes_url p {
        margin-top: 5px;
        font-size: 12px;
        line-height: 1.5em;
    }
    /* brand Product page */
    .brnd_nm {
        width: 107% !important;
        margin-left: -13px !important;
    }
    .brnd_nm h4 {
        padding: 0px !important;
        font-size: 12px;
    }
    .brnd_prfl_img img {
        height: 90px !important;
    }
    .brnd_prfl_dtls {
        margin: 16px 0px -9px 15px !important;
        line-height: 10px !important;
    }
    .brnd_prfl_dtls h6 {
        line-height: 0px !important;
        font-size: 11px;
    }
    .brnd_prfl_description {
        margin-top: 15px !important;
        padding-left: 25px !important;
        padding-right: 25px !important;
    }
    .brnd_prfl_description p {
        font-size: 13px !important;
        line-height: 14px;
    }
    .product-filter h3 {
        font-size: 15px;
        margin-bottom: 10px !important;
    }
    .product-filter .card .card-header h2 button {
        font-size: 12px !important;
    }
    .price_rangs_aside {
        padding: 12px 16px !important;
    }
    .price_rangs_aside h4 {
        font-size: 13px !important;
    }
    .product-list .nav-tabs .nav-item {
        margin-right: 9px;
        cursor: pointer;
        width: 35px;
        height: 35px;
        line-height: 17px;
    }
    .brnd_prdct_src {
        position: absolute;
        right: -4px;
        top: -50px;
    }
    .note_product_head p a {
        font-size: 12px !important;
    }
    .product_description .brand {
        font-size: 10px !important;
    }
    .note_product_cmnt a {
        font-size: 12px !important;
    }
    .product_rating {
        font-size: 12px;
    }
    .note_product_des_hover .des-hover span i {
        font-size: 9px !important;
    }
    .note_product_bottom {
        height: 29px !important;
    }
    .note_product_des_hover {
        padding: 0px 0px !important;
    }
    .note_product_price {
        margin-top: -3px !important;
    }
    .singleProductImage {
        height: auto !important;
        /* width: 80% !important; */
        margin-top: 6px !important;
    }
    /* perfumer details */
    .prfme_title h2 {
        font-size: 17px;
    }
    .prfme_title p {
        font-size: 13px !important;
    }
    .perfumer_prfl_head p {
        font-size: 11px !important;
        line-height: 2px !important;
    }
    .prfms_prdct {
        margin-top: -48px;
        font-size: 17px;
        font-weight: bold;
    }
    .perfumer-links p {
        font-size: 13px !important;
        line-height: 16px;
    }
    .prfum_nm h4 {
        font-size: 16px;
        margin-left: 0px !important;
    }
    .no_of_prfme h6 {
        font-size: 11px;
        margin-top: 10px;
    }
    .perfumer-categories .nav-tabs .nav-item {
        font-size: 12px;
        padding: 6px 5px;
        margin: 1px;
        line-height: 1;
        font-weight: 100;
    }
    .perfm_img_crt img {
        margin-top: 0px !important;
        width: 110px !important;
    }
    .perfume_prdct_cmnt_rat {
        margin-top: -20px !important;
    }
    /* about us page responsive start */
    .ulta-beauty {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    .abt_sctn_top {
        text-align: center;
    }
    .abt_sctn_top h2 {
        font-size: 18px !important;
    }
    .abt_sctn_top p {
        font-size: 14px !important;
    }
    .abt_sctn_sub h3 {
        font-size: 16px !important;
    }
    .abt_sctn_sub p {
        font-size: 12px !important;
    }
    /*blog page respond=sive start*/
    .Blog_header_area .main_header .social_links ul li {
        margin-right: 9px !important;
    }
    .Blog_header_area .main_header .social_links ul li a {
        font-size: 15px;
    }
    .Blog_header_area .main_header .blog_search_form input {
        height: 26px;
        margin-top: 5px;
        font-size: 18px;
    }
    .blog_banner .single_banner {
        height: 255px !important;
        background-size: 100% !important;
    }
    .blog_banner .single_banner h4 a {
        font-size: 17px !important;
        line-height: 26px;
    }
    .blog_banner_active .owl-stage {
        height: 195px !important;
    }
    .blog_common_title a {
        font-size: 23px !important;
    }
    .blog_service_area .single_service .service_meta h4 {
        font-size: 16px;
        line-height: 19px;
    }
    .blog_service_area .single_service .service_meta p.info {
        font-size: 13px;
        line-height: 15px;
    }
    .blog_service_area .single_service .service_meta p.service_bottom span {
        font-size: 11px;
    }
    .blog_service_area .single_service .service_meta h3 {
        font-size: 16px;
        line-height: 19px;
    }
    .service_lists_view .list_img img {
        margin: 18px 0px 0px 0px !important;
        padding: 0 !important;
        height: auto !important;
    }
    .blog_post_text h2 {
        font-size: 16px;
        line-height: 19px;
    }
    .service_lists_view .single_post .meta {
        font-size: 11px;
    }
    /* your feedback page */
    .special-form .single-input .rating-numbers .rating-number {
        padding: 2px 6px;
        margin-right: 7px;
        font-size: 10px;
    }
    /* country region page responsive start */
    .country_head h2 {
        font-size: 18px;
    }
    .country_head .sub_head {
        font-size: 12px;
    }
    .country_head p {
        font-size: 11px;
    }
    .country_select_box label {
        font-size: 18px;
    }
    .country_inpt.nice_Select {
        line-height: 10px;
    }
    .country_inpt .nice_Select,
    .country_inpt input {
        height: 32px;
        line-height: 12px;
        background-color: #fff;
        border: 1px solid #eee;
        padding: 10px 25px;
    }
    .country_aply {
        width: 30%;
        padding: 12px 10px 14px 6px;
        font-size: 12px;
    }
    .country_aply::after {
        right: 12px;
    }
    .country_note p {
        font-size: 9px;
    }
    /* category product page */
    .cat_prduct_title h2 {
        font-size: 25px !important;
        margin-top: 6px !important;
    }
    .product-list .nav-tabs .cat_nav_itm:nth-child(2) {
        margin-top: -22px;
        margin-left: 28px;
    }
    .product-list .nav-tabs .cat_nav_itm {
        cursor: pointer;
        width: 24px;
        height: 24px;
        line-height: 17px;
        padding: 4px 5px !important;
    }
    .cat_prduct_src {
        margin-left: -2%;
    }
    .cat_slct_hd {
        position: absolute;
        top: 5%;
        left: 55%;
    }
    .cat_slct_itm .nice-select {
        height: 31px !important;
        line-height: 18px !important;
        position: absolute;
        right: 5%;
        top: 0%;
    }
    .cat_prdct_price {
        margin-top: 6px !important;
        padding: 0px 6px 0px 0px !important;
        font-size: 10px !important;
    }
    /* Note page responsive */
    .note_srt {
        padding-bottom: 10px;
    }
    .note_srt .select-this .nice-select {
        width: 124px !important;
        font-size: 11px !important;
        height: 30px !important;
        line-height: 26px !important;
        margin-left: -9px;
    }
    .nt_srt_by {
        font-size: 12px;
        margin-left: 5px;
    }
    /* Product Details Page Responsive */
    .product-details-img .tab-content .tab-pane img {
        /* width: 270px !important;
    height: 290px !important; */
        /* margin-left: 50px; */
        margin-top: 0px;
    }
    .new_tbl_product_dtl_right {
        border: 1px solid #8EC63F;
        /* height: 290px !important; */
        margin-left: -35px;
    }
    .new_tbl_product_dtl_right .social_link2 li .prdct_icn {
        height: 47px !important;
        width: 43px !important;
    }
    .new_tbl_product_dtl_right .social_link2 li .prdct_icn img {
        width: 39px;
        height: auto;
    }
    .product-social-share .social_link {
        left: 45% !important;
        top: -30px;
    }
    .product_dtl_tab_tble {
        margin-left: -38px;
    }
    .product-social-share .social_link ul li a img {
        height: 28px !important;
    }
    .product-details-img .nav-pills .nav-link {
        width: 65% !important;
        height: 34px !important;
        margin-top: 10px;
        margin-bottom: -2px;
    }
    .nav-tabs .nav-item.show .navs-link,
    .nav-tabs .navs-link.active,
    .nav-tabs .nav_non_check {
        font-size: 13px;
    }
    .navs-link {
        padding: 2px 6px !important;
    }
    .product-details-img .nav-pills {
        padding: 0px !important;
        margin-top: 0px !important;
    }
    .prdct_dtl_tbl h6,
    .prdct_dtl_tbl p {
        font-size: 11px !important;
    }
    .prdct_dtls_vdo .video-wrapper .right-content .video-img img {
        width: 62% !important;
        margin-left: 36% !important;
        margin-top: 5px !important;
    }
    .video-wrapper .right-content .video-img .video-icon {
        position: absolute;
        top: 49% !important;
        left: -3px !important;
    }
    .prdct_dtls_vdo .video-wrapper .right-content .video-img .video-icon a {
        width: 32px !important;
        height: 33px !important;
        margin-top: 31px !important;
        margin-left: 20px;
    }
    .prdct_dtls_vdo .video-wrapper .right-content .video-img .video-icon a i {
        font-size: 17px !important;
        right: -2px !important;
        top: -28px !important;
    }
    .prdct_qnt_btn {
        margin-left: 15px;
    }
    .prdct_qnt_btn .qnt_btn {
        width: 130px !important;
        margin-top: 6px;
    }
    .pls_mns_btn {
        height: 30px;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    .inpt_fld {
        height: 30px;
    }
    .product-details-content .btns a {
        color: #fff;
        padding: 5px 16px;
        font-size: 11px;
    }
    .product-details-description .tab-content {
        margin-top: -8.1%;
    }
    .Subscription_area2 {
        margin: 38px 0px !important;
    }
    .joyonto_custom_search_bar {
        height: 25px !important;
        width: 100% !important;
        margin: 0px 181px 0px 0px !important;
    }
    .brnd_select_hd {
        font-size: 13px !important;
        white-space: nowrap;
        margin-top: 0px;
        margin-right: 17px;
    }
    .product-list .right-content .select-this .nice-select {
        margin-top: 0px;
        padding: 12px 45px 12px 30px !important;
        line-height: 9px !important;
    }
    /* Compare List Responsive Start */
    .compare_product_selected a img {
        margin: 0 auto;
        display: block !important;
    }
    .compare_des_hover span {
        height: 30px !important;
        width: 30px !important;
        line-height: 30px !important;
    }
    .compare_list_head {
        font-size: 11px !important;
    }
    .compare_list_data {
        font-size: 11px !important;
    }
    .compare_list_note img {
        margin: auto;
        display: block !important;
        height: 20px !important;
        width: 20px !important;
    }
    .brand_product_body {
        margin-top: -19px !important;
    }
    .footer-area .single-footer-widget img {
        width: 90%;
    }
    .accounts_wrap .account_list_wrap .list_contet .single_list h6 {
        font-size: 19px;
    }
    .accounts_wrap .account_list_wrap .list_contet .single_list li a {
        font-size: 11px;
        line-height: 7px;
    }
    /* My address Page reesponsive  */
    .pg_title h2 {
        font-size: 27px;
    }
    .pg_title {
        padding-bottom: 0px;
    }
    .myaddres_sub_title h4 {
        font-size: 15px;
        margin-top: -34px;
    }
    .my_address_tab {
        font-size: 15px;
        padding: 0.2rem 1rem;
    }
    .myaddres_sub_sub_title {
        font-size: 12px !important;
        font-weight: bold;
    }
    /* your payment page responsive */
    .new_card_img img {
        height: 30px !important;
        width: auto !important;
    }
    .popup_button button {
        padding: 3px 8px;
        font-size: 11px;
        width: 83%;
    }
    .tgl_status2 {
        left: 60px;
    }
    .tgl_status {
        left: -60px;
    }
    .swt {
        margin-left: 0%;
        margin-top: 0%;
    }
    .pay_accordn {
        padding: 10px 10px 0px 10px;
    }
    /* Dashboard -> My Blend page */
    .customer_blend_product img {
        width: 50% !important;
    }
    .customer_blend_product .des p.title {
        font-size: 11px !important;
        line-height: 1.3em !important;
    }
    .customer_blend_product .des p.brand {
        font-size: 11px !important;
        line-height: 1.3em !important;
    }
    .customer_blend_product .des p.price {
        font-size: 11px;
    }
    .customer_blend_product .des p.gender {
        font-size: 11px;
    }
    .customer_blend_product .des-hover span {
        height: 30px !important;
        width: 30px !important;
        line-height: 28px !important;
        font-size: 14px !important;
    }
    /* Customer Order Page responsive */
    .ordr_slct .btn {
        margin-left: 5px;
    }
    .order_item_left .myButton {
        width: 100%;
        margin-bottom: 2px;
    }
    .order_item_right {
        margin-top: 20px;
    }
    /* add to cart modal */
    .ad_crt_modal {
        margin-top: -16%;
        height: auto;
        width: 408px;
        left: -6%;
    }
    .add_to_card_product_img img {
        height: 150px;
        margin: 0 auto;
        display: block;
    }
    .card_modal_details {
        margin-top: -15% !important;
    }
    /* Common_Description Section */
    .common_description p,
    .common_description {
        font-size: 12px !important;
        line-height: 14px;
    }
}

@media only screen and (min-width: 600px) and (max-width: 649px) {
    .single_tranding .des p.title {
        font-size: 13px;
        margin-top: -24px;
        margin-bottom: -25px;
        line-height: 14px;
    }
    .single_tranding .des p.index_product_brand {
        height: auto;
        font-size: 9px;
        line-height: 10px;
        margin-top: 3px;
    }
    .single_tranding .des p.brand {
        height: auto;
        font-size: 9px;
        line-height: 10px;
    }
    .single_tranding .des p.price {
        font-size: 13px;
        margin-top: -9px;
    }
    .single_tranding .des {
        padding: none;
        min-height: 159px;
        margin-bottom: 5px;
    }
    .single_tranding .des-hover {
        margin-top: -65px;
        margin-bottom: -13px;
    }
    .category-bg {
        padding-top: 140px !important;
    }
    .new_item_carousel .owl-dots {
        position: absolute !important;
        left: 58% !important;
    }
    .social_link li a img {
        height: 38px;
    }
    .section_title h6 {
        font-size: 20px;
    }
    .section-over1::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
    }
    header .header_area .header_top .left-box .header_left .logo img {
        position: relative;
        bottom: 0px;
        width: 192px;
        height: 48px;
    }
    header .header_area .header_top .right-box .header_right {
        flex-basis: 38%;
        padding-top: 0px;
        padding-bottom: 6px;
        display: flex;
        justify-content: space-between;
        position: absolute;
        top: 11%;
        left: 37%;
    }
    .mobile_menu .slicknav_menu .slicknav_btn {
        top: 16px;
        left: 0;
    }
    .section-over2,
    .Subscription_area2 {
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain !important;
    }
    .hero-content {
        padding-left: 58px;
        padding-right: 10px;
        line-height: 0px;
        margin-top: 130px;
    }
    .hero .btnw {
        bottom: 55% !important;
        left: 14% !important;
    }
    .hero-content h2 {
        color: #fff;
        font-weight: 700;
        font-size: 17px;
    }
    .hero-content h4 {
        color: #fff;
        font-weight: 500;
        font-size: 11px;
        margin-top: -10px;
        line-height: 1.1;
        letter-spacing: 0.5px;
    }
    .btnw {
        padding: 12px 12px 12px 9px;
        font-size: 8px;
        font-weight: none;
        margin-top: -26px;
    }
    .btnw::after {
        font-size: 15px;
        font-size: 9px;
        right: 4px;
        font-weight: none;
    }
    .owl-carousel .owl-nav div {
        height: 20px;
        line-height: 22px;
        right: 0;
        width: 20px;
    }
    .owl-carousel .owl-nav div.owl-prev::before {
        font-size: 9px;
        left: 7px;
    }
    .owl-carousel .owl-nav div.owl-next::before {
        font-size: 9px;
        left: 9px;
    }
    .slider-height2 {
        height: 200px;
    }
    .home-slider {
        height: 200px;
        margin-bottom: 31px;
    }
    .home-slider .owl-dots {
        bottom: -32px;
    }
    .help-box .clik-event .info-bar,
    #whatsApp,
    .help-box.help-box3 {
        height: 35px;
        width: 85px;
    }
    #heart {
        position: relative;
        width: 38px;
        height: 33px;
        left: -27px;
        top: -2px;
        cursor: pointer;
    }
    #heart:before,
    #heart:after {
        position: absolute;
        content: "";
        left: 47px;
        top: 9px;
        width: 12px;
        height: 19px;
        background: #fff;
        border-radius: 43px 50px 0 0;
        transform: rotate(-44deg);
        transform-origin: 0 100%;
    }
    #heart:before {
        position: absolute;
        content: "";
        left: 39px;
        top: 0;
        width: 13px;
        height: 20px;
        background: #fff;
        border-radius: 43px 50px 0 0;
        transform: rotate(44deg);
        transform-origin: 0 100%;
    }
    #heart i {
        position: relative;
        z-index: 1;
        position: absolute;
        left: 42px;
        top: 13px;
        font-size: 11px;
        color: #7BB22E;
    }
    .help-box .clik-event .info-bar p {
        margin: 0;
        font-size: 13px;
        margin-bottom: 8px;
        padding-right: 0px;
    }
    #whatsApp img {
        width: 22px;
    }
    #whatsApp p {
        margin: 0;
        color: #fff;
        font-size: 11px;
        padding-left: 4px;
    }
    .get-btn p {
        margin: 0;
        color: #fff;
        font-size: 11px;
        padding: 6px 3px 6px 9px;
        font-weight: 700;
        text-align: center;
        line-height: 1;
    }
    .help-box {
        bottom: 115px;
    }
    .help-box.help-box2 {
        bottom: 72px;
    }
    header .header_area .header_top .right-box .header_right .cart a span:nth-of-type(1) {
        margin-top: 8px;
    }
    .home-slider .owl-dots .owl-dot {
        height: 7px;
        width: 7px;
    }
    .about_area .about_info,
    .about_area .about_info_2 {
        height: 198px;
        width: 100%;
        padding: none;
        margin-top: -4px;
    }
    .main-slider-padding {
        padding-top: 8px;
    }
    .barcode img {
        height: 80px;
        width: 80px !important;
        position: absolute;
        top: 4px;
        left: 190px;
    }
    .about_area .about_info .logo img {
        width: 80px;
        height: 22px;
        margin-top: -9px;
        margin-left: 131px;
    }
    .about_area .about_info .logo {
        margin-top: -10px;
    }
    .about_area .about_info .about_text p {
        font-size: 10px;
        line-height: 12px;
    }
    .about_info .social_link {
        position: absolute;
        top: 82%;
        left: 25%;
    }
    .about_info .social_link li a img {
        height: 30px !important;
    }
    .about_area .about_info_2 .about_thumb img {
        height: 71px;
        position: absolute;
        top: 12px;
        left: 173px;
    }
    .offers-img img {
        height: 37px;
        width: 37px !important;
    }
    .about_area .about_info_2 p {
        font-size: 10px;
        line-height: 12px !important;
        font-family: Arial !important;
    }
    .see-all-product .btnw2 {
        margin-left: 30px;
    }
    .Subscription_area2 {
        height: 140px;
        margin-bottom: 24px;
        background-size: 100% 100% !important;
    }
    .Subscription_area2 span.subscribe-top a {
        font-size: 20px;
    }
    .Subscription_area2 span.subscribe-top a img {
        width: 32px !important;
    }
    .Subscription_area2 span.subscribe-top {
        position: absolute;
        left: 42%;
        margin-top: -16px;
    }
    .Subscription_area2 .btnw {
        position: absolute;
        top: 13px;
        right: 54px;
    }
    .subcribe_area .subscribe_wrap h4 {
        font-size: 25.7px;
        text-align: justify;
    }
    .subcribe_area .subscribe_wrap p {
        font-size: 14.4px;
        text-align: justify;
    }
    .subcribe_area .subscribe_wrap .subs_wrap {
        font-size: 13px;
        text-align: center;
    }
    .subscribe_wrap .social_link {
        margin-top: 26px;
        margin-left: -14px;
    }
    .product-gal-img img {
        height: 155px;
        width: 140px !important;
        display: block;
        margin-left: 86px !important;
        margin-top: -40px;
        margin-bottom: -65px;
    }
    .ad_crt_btn {
        width: 40%;
        height: 36px;
        font-size: 11px !important;
        position: absolute;
        left: 27%;
    }
    /* ================Product Details Page================ */
    .page_tittle_area .page-tittle h2 {
        font-size: 29px;
    }
    .product-details-img .tab-content .product-toggle-right a {
        margin-top: -31px !important;
    }
    .product-details-img .tab-content .product-toggle-right {
        margin-right: 20px !important;
    }
    .product-details-img .tab-content .product-toggle-right .social_link2 {
        margin-top: 29px !important;
    }
    .product-details-img .tab-content .product-toggle-right .social_link2 li a img {
        height: 44px !important;
        width: 44px;
        margin-left: 7px;
    }
    .product-details-img .nav-pills {
        padding: 8px !important;
    }
    .product-details-img .nav-pills a img {
        margin-bottom: -5px;
    }
    .product-details-content h2 {
        font-size: 16px;
    }
    .product-details-content h6 {
        font-size: 16px;
    }
    .prdct_des p {
        text-align: justify;
    }
    .prdct_dscrp .title {
        font-size: 14px !important;
        margin-top: -7px !important;
    }
    .prdct_dscrp .brand {
        height: auto !important;
        font-size: 9px !important;
        line-height: 15px !important;
        margin-top: 15px !important;
    }
    .prdct_dscrp .price {
        margin-top: -1px !important;
    }
    .prdct_dscrp .prdct_rate {
        margin-top: 5px !important;
    }
    .prdct_des_hvr {
        margin-top: 5px !important;
    }
    /* Myblend Page Responsive Start */
    .blend-wrapper {
        margin-top: -200px;
    }
    .blend-wrapper .blenditem1 {
        padding-top: 241px !important;
    }
    .blenditem1 label {
        font-size: 12px !important;
        margin-right: 34px;
        margin-top: 43px;
        top: 232px;
        left: 220px;
        padding: 2px 7px !important;
        position: absolute;
    }
    .blenditem1 .select2-container--default .selection {
        width: 92px;
        margin-top: 11px;
        margin-left: 165px;
        top: 50px;
    }
    .content2 {
        left: 133px;
        width: 192px;
    }
    .blenditem2 label {
        font-size: 12px !important;
        margin-right: 36px;
    }
    .blenditem2 .select2-container--default .selection {
        margin-right: 32px;
    }
    .content3 {
        position: relative;
        left: 95px;
        top: -87px;
        width: 300px;
    }
    .blenditem3 label {
        font-size: 12px !important;
        margin-bottom: 13px;
        margin-right: 65px;
    }
    .blenditem3 .select2-container--default .selection {
        margin-right: 60px;
        margin-top: -9px;
    }
    .content4 {
        left: 28px;
        width: 420px;
    }
    .last-one {
        border: 9px solid #8DC63F;
    }
    .blenditem4 {
        margin-top: -129px;
        margin-right: 13px;
    }
    .blenditem4 label {
        font-size: 12px !important;
        margin-right: 58px;
    }
    .blenditem4 .select2-container--default .selection {
        margin-right: 57px;
    }
    /* note page responsive start */
    .page_tittle_area .page-tittle {
        height: 45px;
    }
    .page_tittle_area .page-tittle h2 {
        font-size: 30px;
        margin-top: -15px;
    }
    .notesrcbar {
        height: 25px;
    }
    .note_single_tag {
        font-size: 12px;
    }
    .note_single_tag i {
        font-size: 12px !important;
    }
    .nots-banner-img .notes-cover-photo {
        height: auto !important;
    }
    .noteTitles {
        font-size: 14px;
    }
    .single_note_des {
        font-size: 13px !important;
    }
    .single_notes_product,
    .single_notes_null_product {
        width: 45px !important;
        margin-top: 0px !important;
    }
    .single_notes_url p {
        margin-top: 5px;
        font-size: 12px;
        line-height: 1.5em;
    }
    /* brand Product page */
    .brnd_nm {
        width: 107% !important;
        margin-left: -13px !important;
    }
    .brnd_nm h4 {
        padding: 0px !important;
        font-size: 12px;
    }
    .brnd_prfl_img img {
        height: 90px !important;
    }
    .brnd_prfl_dtls {
        margin: 16px 0px -9px 15px !important;
        line-height: 10px !important;
    }
    .brnd_prfl_dtls h6 {
        line-height: 0px !important;
        font-size: 11px;
    }
    .brnd_prfl_description {
        margin-top: 15px !important;
        padding-left: 25px !important;
        padding-right: 25px !important;
    }
    .brnd_prfl_description p {
        font-size: 13px !important;
        line-height: 14px;
    }
    .product-filter h3 {
        font-size: 15px;
        margin-bottom: 10px !important;
    }
    .product-filter .card .card-header h2 button {
        font-size: 12px !important;
    }
    .price_rangs_aside {
        padding: 12px 16px !important;
    }
    .price_rangs_aside h4 {
        font-size: 13px !important;
    }
    .product-list .nav-tabs .nav-item {
        margin-right: 9px;
        cursor: pointer;
        width: 35px;
        height: 35px;
        line-height: 17px;
    }
    .brnd_prdct_src {
        position: absolute;
        right: -4px;
        top: -50px;
    }
    .note_product_head p a {
        font-size: 12px !important;
    }
    .product_description .brand {
        font-size: 10px !important;
    }
    .note_product_cmnt a {
        font-size: 12px !important;
    }
    .product_rating {
        font-size: 12px;
    }
    .note_product_des_hover .des-hover span i {
        font-size: 9px !important;
    }
    .note_product_bottom {
        height: 29px !important;
    }
    .note_product_des_hover {
        padding: 0px 0px !important;
    }
    .note_product_price {
        margin-top: -3px !important;
    }
    /* perfumer details */
    .prfme_title h2 {
        font-size: 17px;
    }
    .prfme_title p {
        font-size: 13px !important;
    }
    .perfumer_prfl_head p {
        font-size: 11px !important;
        line-height: 2px !important;
    }
    .prfms_prdct {
        margin-top: -48px;
        font-size: 17px;
        font-weight: bold;
    }
    .perfumer-links p {
        font-size: 13px !important;
        line-height: 16px;
    }
    .prfum_nm h4 {
        font-size: 16px;
        margin-left: 0px !important;
    }
    .no_of_prfme h6 {
        font-size: 11px;
        margin-top: 10px;
    }
    .perfumer-categories .nav-tabs .nav-item {
        font-size: 12px;
        padding: 6px 5px;
        margin: 1px;
        line-height: 1;
        font-weight: 100;
    }
    .perfm_img_crt img {
        margin-top: 0px !important;
        width: 110px !important;
    }
    .perfume_prdct_cmnt_rat {
        margin-top: -20px !important;
    }
    /*blog page respond=sive start*/
    .Blog_header_area .main_header .social_links ul li {
        margin-right: 9px !important;
    }
    .Blog_header_area .main_header .social_links ul li a {
        font-size: 15px;
    }
    .Blog_header_area .main_header .blog_search_form input {
        height: 26px;
        margin-top: 5px;
        font-size: 18px;
    }
    .blog_banner .single_banner {
        height: 252px !important;
        background-size: 100% !important;
    }
    .blog_banner .single_banner h4 a {
        font-size: 17px !important;
        line-height: 26px;
    }
    .blog_banner_active .owl-stage {
        height: 195px !important;
    }
    .blog_common_title a {
        font-size: 23px !important;
    }
    .blog_service_area .single_service .service_meta h4 {
        font-size: 16px;
        line-height: 19px;
    }
    .blog_service_area .single_service .service_meta p.info {
        font-size: 13px;
        line-height: 15px;
    }
    .blog_service_area .single_service .service_meta p.service_bottom span {
        font-size: 11px;
    }
    .blog_service_area .single_service .service_meta h3 {
        font-size: 16px;
        line-height: 19px;
    }
    .service_lists_view .list_img img {
        margin: 18px 0px 0px 0px !important;
        padding: 0 !important;
        height: auto !important;
    }
    .blog_post_text h2 {
        font-size: 16px;
        line-height: 19px;
    }
    .service_lists_view .single_post .meta {
        font-size: 11px;
    }
    /* Subscription Agreement Page */
    .subscription_head {
        font-size: 30px !important;
    }
    /* your feedback page */
    .special-form .single-input .rating-numbers .rating-number {
        padding: 2px 6px;
        margin-right: 7px;
        font-size: 10px;
    }
    /* country region page responsive start */
    .country_head h2 {
        font-size: 18px;
    }
    .country_head .sub_head {
        font-size: 12px;
    }
    .country_head p {
        font-size: 11px;
    }
    .country_select_box label {
        font-size: 18px;
    }
    .country_inpt.nice_Select {
        line-height: 10px;
    }
    .country_inpt .nice_Select,
    .country_inpt input {
        height: 32px;
        line-height: 12px;
        background-color: #fff;
        border: 1px solid #eee;
        padding: 10px 25px;
    }
    .country_aply {
        width: 30%;
        padding: 12px 10px 14px 6px;
        font-size: 12px;
    }
    .country_aply::after {
        right: 12px;
    }
    .country_note p {
        font-size: 9px;
    }
    /* category product page */
    .cat_prduct_title h2 {
        font-size: 25px !important;
        margin-top: 6px !important;
    }
    .product-list .nav-tabs .cat_nav_itm:nth-child(2) {
        margin-top: -22px;
        margin-left: 28px;
    }
    .product-list .nav-tabs .cat_nav_itm {
        cursor: pointer;
        width: 24px;
        height: 24px;
        line-height: 17px;
        padding: 4px 5px !important;
    }
    .cat_prduct_src {
        margin-left: -2%;
    }
    .cat_slct_hd {
        position: absolute;
        top: 5%;
        left: 55%;
    }
    .cat_slct_itm .nice-select {
        height: 31px !important;
        line-height: 18px !important;
        position: absolute;
        right: 5%;
        top: 0%;
    }
    .cat_prdct_price {
        margin-top: 6px !important;
        padding: 0px 6px 0px 0px !important;
        font-size: 10px !important;
    }
    /* Note page responsive */
    .note_srt {
        padding-bottom: 10px;
    }
    .note_srt .select-this .nice-select {
        width: 124px !important;
        font-size: 11px !important;
        height: 30px !important;
        line-height: 26px !important;
        margin-left: -9px;
    }
    .nt_srt_by {
        font-size: 12px;
        margin-left: 5px;
    }
    /* Product Details Page Responsive */
    .product-details-img .tab-content .tab-pane img {
        /* width: 270px !important;
    height: 290px !important; */
        /* margin-left: 50px; */
        margin-top: 0px;
    }
    .new_tbl_product_dtl_right {
        border: 1px solid #8EC63F;
        /* height: 290px !important; */
        margin-left: -35px;
    }
    .new_tbl_product_dtl_right .social_link2 li .prdct_icn {
        height: 47px !important;
        width: 43px !important;
    }
    .new_tbl_product_dtl_right .social_link2 li .prdct_icn img {
        width: 39px;
        height: auto;
    }
    .product-social-share .social_link {
        left: 45% !important;
        top: -30px;
    }
    .product_dtl_tab_tble {
        margin-left: -38px;
    }
    .product-social-share .social_link ul li a img {
        height: 28px !important;
    }
    .product-details-img .nav-pills .nav-link {
        width: 65% !important;
        margin-top: 10px;
        margin-bottom: -2px;
    }
    .nav-tabs .nav-item.show .navs-link,
    .nav-tabs .navs-link.active,
    .nav-tabs .nav_non_check {
        font-size: 13px;
    }
    .navs-link {
        padding: 2px 6px !important;
    }
    .product-details-img .nav-pills {
        padding: 0px !important;
        margin-top: 0px !important;
    }
    .prdct_dtl_tbl h6,
    .prdct_dtl_tbl p {
        font-size: 11px !important;
    }
    .prdct_dtls_vdo .video-wrapper .right-content .video-img img {
        width: 62% !important;
        margin-left: 36% !important;
        margin-top: 5px !important;
    }
    .video-wrapper .right-content .video-img .video-icon {
        position: absolute;
        top: 49% !important;
        left: -3px !important;
    }
    .prdct_dtls_vdo .video-wrapper .right-content .video-img .video-icon a {
        width: 32px !important;
        height: 33px !important;
        margin-top: 31px !important;
        margin-left: 20px;
    }
    .prdct_dtls_vdo .video-wrapper .right-content .video-img .video-icon a i {
        font-size: 17px !important;
        right: -2px !important;
        top: -28px !important;
    }
    .prdct_qnt_btn {
        margin-left: 15px;
    }
    .prdct_qnt_btn .qnt_btn {
        width: 130px !important;
        margin-top: 6px;
    }
    .pls_mns_btn {
        height: 30px;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    .inpt_fld {
        height: 30px;
    }
    .product-details-content .btns a {
        color: #fff;
        padding: 5px 16px;
        font-size: 11px;
    }
    .product-details-description .tab-content {
        margin-top: -8.1%;
    }
    .Subscription_area2 {
        margin: 38px 0px !important;
    }
    .joyonto_custom_search_bar {
        height: 25px !important;
        width: 100% !important;
        margin: 0px 181px 0px 0px !important;
    }
    .brnd_select_hd {
        font-size: 13px !important;
        white-space: nowrap;
        margin-top: 0px;
        margin-right: 17px;
    }
    .product-list .right-content .select-this .nice-select {
        margin-top: 0px;
        padding: 12px 45px 12px 30px !important;
        line-height: 9px !important;
    }
    .our-missin-area .single-vision p,
    .our-story-area .single-story p {
        font-size: 13px;
    }
    /* Compare List Responsive Start */
    .compare_product_selected a img {
        margin: 0 auto;
        display: block !important;
    }
    .compare_des_hover span {
        height: 30px !important;
        width: 30px !important;
        line-height: 30px !important;
    }
    .compare_list_head {
        font-size: 11px !important;
    }
    .compare_list_data {
        font-size: 11px !important;
    }
    .compare_list_note img {
        margin: auto;
        display: block !important;
        height: 20px !important;
        width: 20px !important;
    }
    .brand_product_body {
        margin-top: -19px !important;
    }
    .footer-area .single-footer-widget img {
        width: 90%;
    }
    .accounts_wrap .account_list_wrap .list_contet .single_list h6 {
        font-size: 19px;
    }
    .accounts_wrap .account_list_wrap .list_contet .single_list li a {
        font-size: 11px;
        line-height: 7px;
    }
    /* My address Page reesponsive  */
    .pg_title h2 {
        font-size: 27px;
    }
    .pg_title {
        padding-bottom: 0px;
    }
    .myaddres_sub_title h4 {
        font-size: 15px;
        margin-top: -34px;
    }
    .my_address_tab {
        font-size: 15px;
        padding: 0.2rem 1rem;
    }
    .myaddres_sub_sub_title {
        font-size: 12px !important;
        font-weight: bold;
    }
    /* your payment page responsive */
    .new_card_img img {
        height: 30px !important;
        width: auto !important;
    }
    .popup_button button {
        padding: 3px 8px;
        font-size: 11px;
        width: 83%;
    }
    .tgl_status2 {
        left: 60px;
    }
    .tgl_status {
        left: -60px;
    }
    .swt {
        margin-left: 0%;
        margin-top: 0%;
    }
    .pay_accordn {
        padding: 10px 10px 0px 10px;
    }
    /* Dashboard -> My Blend page */
    .customer_blend_product img {
        width: 50% !important;
    }
    .customer_blend_product .des p.title {
        font-size: 11px !important;
        line-height: 1.3em !important;
    }
    .customer_blend_product .des p.brand {
        font-size: 11px !important;
        line-height: 1.3em !important;
    }
    .customer_blend_product .des p.price {
        font-size: 11px;
    }
    .customer_blend_product .des p.gender {
        font-size: 11px;
    }
    .customer_blend_product .des-hover span {
        height: 30px !important;
        width: 30px !important;
        line-height: 28px !important;
        font-size: 14px !important;
    }
    /* Customer Order Page responsive */
    .ordr_slct .btn {
        margin-left: 5px;
    }
    .order_item_left .myButton {
        width: 100%;
        margin-bottom: 2px;
    }
    .order_item_right {
        margin-top: 20px;
    }
    /* add to cart modal */
    .ad_crt_modal {
        margin-top: -13%;
        height: auto;
        left: -11%;
    }
    .card_prdct_title {
        margin-top: 10px !important;
    }
    .add_to_card_product_img img {
        height: 150px;
        margin: 0 auto;
        display: block;
    }
    .card_modal_details {
        margin-top: -15% !important;
    }
    /* Common_Description Section */
    .common_description p,
    .common_description {
        font-size: 12px !important;
        line-height: 14px;
    }
}

@media only screen and (min-width: 650px) and (max-width: 699px) {
    .single_tranding .des p.title {
        font-size: 13px;
        margin-top: -24px;
        margin-bottom: -25px;
        line-height: 14px;
    }
    .single_tranding .des p.index_product_brand {
        height: auto;
        font-size: 9px;
        line-height: 10px;
        margin-top: 3px;
    }
    .single_tranding .des p.brand {
        height: auto;
        font-size: 9px;
        line-height: 10px;
    }
    .single_tranding .des p.price {
        font-size: 13px;
        margin-top: -9px;
    }
    .single_tranding .des {
        padding: none;
        min-height: 159px;
        margin-bottom: 5px;
    }
    .single_tranding .des-hover {
        margin-top: -65px;
        margin-bottom: -13px;
    }
    .category-bg {
        padding-top: 140px !important;
    }
    .new_item_carousel .owl-dots {
        position: absolute !important;
        left: 58% !important;
    }
    header .header_area .header_top .right-box .header_bottm .header_bottm_right p {
        text-align: justify !important;
    }
    header .header_area .header_top .left-box .header_left .logo img {
        position: relative;
        bottom: 0px;
        width: 220px;
        height: 54px;
        top: 6px;
    }
    header .header_area .header_top .right-box .header_right {
        flex-basis: 38%;
        padding-top: 0px;
        padding-bottom: 6px;
        display: flex;
        justify-content: space-between;
        position: absolute;
        top: 10%;
        left: 42%;
    }
    .mobile_menu .slicknav_menu .slicknav_btn {
        top: 10px;
        left: 0;
    }
    .section-over2,
    .Subscription_area2 {
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% 100% !important;
    }
    .hero-content {
        padding-left: 50px;
        padding-right: 10px;
        line-height: 0px;
        margin-top: 130px
    }
    .hero .btnw {
        bottom: 55% !important;
        left: 12% !important;
    }
    .hero-content h2 {
        color: #fff;
        font-weight: 700;
        font-size: 17px;
    }
    .hero-content h4 {
        color: #fff;
        font-weight: 500;
        font-size: 11px;
        margin-top: -10px;
        line-height: 1.1;
        letter-spacing: 0.5px;
    }
    .Subscription_area2 .btnw {
        position: absolute;
        top: 13px;
        right: 59px !important;
    }
    .btnw {
        padding: 12px 12px 12px 9px;
        font-size: 8px;
        font-weight: none;
        margin-top: -26px;
    }
    .btnw::after {
        font-size: 15px;
        font-size: 9px;
        right: 4px;
        font-weight: none;
    }
    .owl-carousel .owl-nav div {
        height: 20px;
        line-height: 22px;
        right: 0;
        width: 20px;
    }
    .owl-carousel .owl-nav div.owl-prev::before {
        font-size: 9px;
        left: 7px;
    }
    .owl-carousel .owl-nav div.owl-next::before {
        font-size: 9px;
        left: 9px;
    }
    .slider-height2 {
        height: 215px;
    }
    .home-slider {
        height: 215px;
        margin-bottom: 31px;
    }
    .home-slider .owl-dots {
        bottom: -32px;
    }
    .help-box .clik-event .info-bar,
    #whatsApp,
    .help-box.help-box3 {
        height: 35px;
        width: 85px;
    }
    #heart {
        position: relative;
        width: 38px;
        height: 33px;
        left: -27px;
        top: -2px;
        cursor: pointer;
    }
    #heart:before,
    #heart:after {
        position: absolute;
        content: "";
        left: 47px;
        top: 9px;
        width: 12px;
        height: 19px;
        background: #fff;
        border-radius: 43px 50px 0 0;
        transform: rotate(-44deg);
        transform-origin: 0 100%;
    }
    #heart:before {
        position: absolute;
        content: "";
        left: 39px;
        top: 0;
        width: 13px;
        height: 20px;
        background: #fff;
        border-radius: 43px 50px 0 0;
        transform: rotate(44deg);
        transform-origin: 0 100%;
    }
    #heart i {
        position: relative;
        z-index: 1;
        position: absolute;
        left: 42px;
        top: 13px;
        font-size: 11px;
        color: #7BB22E;
    }
    .help-box .clik-event .info-bar p {
        margin: 0;
        font-size: 13px;
        margin-bottom: 8px;
        padding-right: 0px;
    }
    #whatsApp img {
        width: 22px;
    }
    #whatsApp p {
        margin: 0;
        color: #fff;
        font-size: 11px;
        padding-left: 4px;
    }
    .get-btn p {
        margin: 0;
        color: #fff;
        font-size: 11px;
        padding: 6px 3px 6px 9px;
        font-weight: 700;
        text-align: center;
        line-height: 1;
    }
    .help-box {
        bottom: 115px;
    }
    .help-box.help-box2 {
        bottom: 72px;
    }
    header .header_area .header_top .right-box .header_right .cart a span:nth-of-type(1) {
        margin-top: 8px;
    }
    .home-slider .owl-dots .owl-dot {
        height: 7px;
        width: 7px;
    }
    .about_area .about_info,
    .about_area .about_info_2 {
        height: 215px;
        width: 100%;
        padding: none;
        margin-top: -4px;
    }
    .main-slider-padding {
        padding-top: 8px;
    }
    .section_title h6 {
        font-size: 20px;
    }
    .barcode img {
        height: 90px;
        width: 90px !important;
        position: absolute;
        top: 10px;
        left: 210px;
    }
    .about_area .about_info .logo img {
        width: 80px;
        height: 22px;
        margin-top: -8px;
        margin-left: 120px;
    }
    .about_area .about_info .logo {
        margin-top: -5px;
    }
    .about_area .about_info .about_text p {
        font-size: 11px;
        line-height: 13px;
    }
    .about_area .about_info .social_link {
        position: absolute;
        top: 82%;
        left: 30%;
    }
    .about_area .about_info .social_link li a img {
        height: 29px;
    }
    .about_area .about_info_2 .about_thumb img {
        height: 71px;
        position: absolute;
        top: 12px;
        left: 173px;
    }
    .offers-img img {
        height: 50px;
        width: 50px !important;
    }
    .about_area .about_info_2 p {
        font-size: 11px;
        line-height: 13px !important;
        font-family: Arial !important;
    }
    .see-all-product .btnw2 {
        margin-left: 30px;
    }
    .Subscription_area2 {
        height: 134px;
        margin-bottom: 24px;
    }
    .Subscription_area2 span.subscribe-top a {
        font-size: 20px;
    }
    .Subscription_area2 span.subscribe-top a img {
        width: 32px !important;
    }
    .Subscription_area2 span.subscribe-top {
        position: absolute;
        left: 43%;
        margin-top: -16px;
    }
    .Subscription_area2 .btnw {
        position: absolute;
        top: 13px;
        right: 116px;
    }
    .subcribe_area .subscribe_wrap h4 {
        font-size: 25.7px;
        text-align: justify;
    }
    .subcribe_area .subscribe_wrap p {
        font-size: 14.4px;
        text-align: justify;
    }
    .subcribe_area .subscribe_wrap .subs_wrap {
        font-size: 14px;
        text-align: center;
    }
    .subscribe_wrap .social_link {
        margin-top: 26px;
    }
    .subscribe_wrap .social_link li a img {
        height: 41px;
    }
    .product-gal-img img {
        height: 155px;
        width: 140px !important;
        display: block;
        margin-left: 86px !important;
        margin-top: -40px;
        margin-bottom: -65px;
    }
    .ad_crt_btn {
        width: 40%;
        height: 36px;
        font-size: 11px !important;
        position: absolute;
        left: 27%;
    }
    /* Myblend Page Responsive Start */
    .blend-wrapper {
        margin-top: -200px;
    }
    .blend-wrapper .blenditem1 {
        padding-top: 241px !important;
    }
    .blenditem1 label {
        font-size: 12px !important;
        margin-right: 34px;
        margin-top: 43px;
        top: 232px;
        left: 220px;
        padding: 2px 7px !important;
        position: absolute;
    }
    .blenditem1 .select2-container--default .selection {
        width: 92px;
        margin-top: 11px;
        margin-left: 165px;
        top: 50px;
    }
    .content2 {
        left: 133px;
        width: 192px;
    }
    .blenditem2 label {
        font-size: 12px !important;
        margin-right: 36px;
    }
    .blenditem2 .select2-container--default .selection {
        margin-right: 32px;
    }
    .content3 {
        position: relative;
        left: 95px;
        top: -87px;
        width: 300px;
    }
    .blenditem3 label {
        font-size: 12px !important;
        margin-bottom: 13px;
        margin-right: 65px;
    }
    .blenditem3 .select2-container--default .selection {
        margin-right: 60px;
        margin-top: -9px;
    }
    .content4 {
        left: 28px;
        width: 420px;
    }
    .last-one {
        border: 9px solid #8DC63F;
    }
    .blenditem4 {
        margin-top: -129px;
        margin-right: 13px;
    }
    .blenditem4 label {
        font-size: 12px !important;
        margin-right: 58px;
    }
    .blenditem4 .select2-container--default .selection {
        margin-right: 57px;
    }
    /* brand Product page */
    .brnd_nm {
        width: 107% !important;
        margin-left: -13px !important;
    }
    .brnd_nm h4 {
        padding: 0px !important;
        font-size: 12px;
    }
    .brnd_prfl_img img {
        height: 90px !important;
    }
    .brnd_prfl_dtls {
        margin: 16px 0px -9px 15px !important;
        line-height: 10px !important;
    }
    .brnd_prfl_dtls h6 {
        line-height: 0px !important;
        font-size: 11px;
    }
    .brnd_prfl_description {
        margin-top: 15px !important;
        padding-left: 25px !important;
        padding-right: 25px !important;
    }
    .brnd_prfl_description p {
        font-size: 13px !important;
        line-height: 14px;
    }
    .product-filter h3 {
        font-size: 15px;
        margin-bottom: 10px !important;
    }
    .product-filter .card .card-header h2 button {
        font-size: 12px !important;
    }
    .price_rangs_aside {
        padding: 12px 16px !important;
    }
    .price_rangs_aside h4 {
        font-size: 13px !important;
    }
    .product-list .nav-tabs .nav-item {
        margin-right: 9px;
        cursor: pointer;
        width: 35px;
        height: 35px;
        line-height: 17px;
    }
    .brnd_prdct_src {
        position: absolute;
        right: -4px;
        top: -50px;
    }
    .note_product_head p a {
        font-size: 12px !important;
    }
    .product_description .brand {
        font-size: 10px !important;
    }
    .note_product_cmnt a {
        font-size: 12px !important;
    }
    .product_rating {
        font-size: 12px;
    }
    .note_product_des_hover .des-hover span i {
        font-size: 9px !important;
    }
    .note_product_bottom {
        height: 29px !important;
    }
    .note_product_des_hover {
        padding: 0px 0px !important;
    }
    .note_product_price {
        margin-top: -3px !important;
    }
    .nots-banner-img .notes-cover-photo {
        height: auto;
    }
    /* perfumer details */
    .prfme_title h2 {
        font-size: 17px;
    }
    .prfme_title p {
        font-size: 13px !important;
    }
    .perfumer_prfl_head p {
        font-size: 11px !important;
        line-height: 2px !important;
    }
    .prfms_prdct {
        margin-top: -48px;
        font-size: 17px;
        font-weight: bold;
    }
    .perfumer-links p {
        font-size: 13px !important;
        line-height: 16px;
    }
    .prfum_nm h4 {
        font-size: 16px;
        margin-left: 0px !important;
    }
    .no_of_prfme h6 {
        font-size: 11px;
        margin-top: 10px;
    }
    .perfumer-categories .nav-tabs .nav-item {
        font-size: 12px;
        padding: 6px 5px;
        margin: 1px;
        line-height: 1;
        font-weight: 100;
    }
    .perfm_img_crt img {
        margin-top: 0px !important;
        width: 110px !important;
    }
    .perfume_prdct_cmnt_rat {
        margin-top: -20px !important;
    }
    /*blog page respond=sive start*/
    .Blog_header_area .main_header .social_links ul li {
        margin-right: 9px !important;
    }
    .Blog_header_area .main_header .social_links ul li a {
        font-size: 15px;
    }
    .Blog_header_area .main_header .blog_search_form input {
        height: 26px;
        margin-top: 5px;
        font-size: 18px;
    }
    .blog_banner .single_banner {
        height: 255px !important;
        background-size: 100% !important;
    }
    .blog_banner .single_banner h4 a {
        font-size: 17px !important;
        line-height: 26px;
    }
    .blog_banner_active .owl-stage {
        height: 195px !important;
    }
    .blog_common_title a {
        font-size: 23px !important;
    }
    .blog_service_area .single_service .service_meta h4 {
        font-size: 16px;
        line-height: 19px;
    }
    .blog_service_area .single_service .service_meta p.info {
        font-size: 13px;
        line-height: 15px;
    }
    .blog_service_area .single_service .service_meta p.service_bottom span {
        font-size: 11px;
    }
    .blog_service_area .single_service .service_meta h3 {
        font-size: 16px;
        line-height: 19px;
    }
    .service_lists_view .list_img img {
        margin: 18px 0px 0px 0px !important;
        padding: 0 !important;
        height: auto !important;
    }
    .blog_post_text h2 {
        font-size: 16px;
        line-height: 19px;
    }
    .service_lists_view .single_post .meta {
        font-size: 11px;
    }
    /* Subscription Agreement Page */
    .subscription_head {
        font-size: 30px !important;
    }
    /* your feedback page */
    .special-form .single-input .rating-numbers .rating-number {
        padding: 2px 6px;
        margin-right: 7px;
        font-size: 10px;
    }
    /* country region page responsive start */
    .country_head h2 {
        font-size: 18px;
    }
    .country_head .sub_head {
        font-size: 12px;
    }
    .country_head p {
        font-size: 11px;
    }
    .country_select_box label {
        font-size: 18px;
    }
    .country_inpt.nice_Select {
        line-height: 10px;
    }
    .country_inpt .nice_Select,
    .country_inpt input {
        height: 32px;
        line-height: 12px;
        background-color: #fff;
        border: 1px solid #eee;
        padding: 10px 25px;
    }
    .country_aply {
        width: 30%;
        padding: 12px 10px 14px 6px;
        font-size: 12px;
    }
    .country_aply::after {
        right: 12px;
    }
    .country_note p {
        font-size: 9px;
    }
    /* category product page */
    .cat_prduct_title h2 {
        font-size: 25px !important;
        margin-top: 6px !important;
    }
    .product-list .nav-tabs .cat_nav_itm:nth-child(2) {
        margin-top: -22px;
        margin-left: 28px;
    }
    .product-list .nav-tabs .cat_nav_itm {
        cursor: pointer;
        width: 24px;
        height: 24px;
        line-height: 17px;
        padding: 4px 5px !important;
    }
    .cat_prduct_src {
        margin-left: -2%;
    }
    .cat_slct_hd {
        position: absolute;
        top: 5%;
        left: 55%;
    }
    .cat_slct_itm .nice-select {
        height: 31px !important;
        line-height: 18px !important;
        position: absolute;
        right: 5%;
        top: 0%;
    }
    .cat_prdct_price {
        margin-top: 6px !important;
        padding: 0px 6px 0px 0px !important;
        font-size: 10px !important;
    }
    /* Note page responsive */
    .note_srt {
        padding-bottom: 10px;
    }
    .note_srt .select-this .nice-select {
        width: 124px !important;
        font-size: 11px !important;
        height: 30px !important;
        line-height: 26px !important;
        margin-left: -9px;
    }
    .nt_srt_by {
        font-size: 12px;
        margin-left: 5px;
    }
    /* Product Details Page Responsive */
    .product-details-img .tab-content .tab-pane img {
        /* width: 270px !important;
    height: 290px !important; */
        /* margin-left: 50px; */
        margin-top: 0px;
    }
    .new_tbl_product_dtl_right {
        border: 1px solid #8EC63F;
        /* height: 290px !important; */
        margin-left: -35px;
    }
    .new_tbl_product_dtl_right .social_link2 li .prdct_icn {
        height: 47px !important;
        width: 43px !important;
    }
    .new_tbl_product_dtl_right .social_link2 li .prdct_icn img {
        width: 39px;
        height: auto;
    }
    .product-social-share .social_link {
        left: 45% !important;
        top: -30px;
    }
    .product_dtl_tab_tble {
        margin-left: -38px;
    }
    .product-social-share .social_link ul li a img {
        height: 28px !important;
    }
    .product-details-img .nav-pills .nav-link {
        width: 65% !important;
        margin-top: 10px;
        margin-bottom: -2px;
    }
    .nav-tabs .nav-item.show .navs-link,
    .nav-tabs .navs-link.active,
    .nav-tabs .nav_non_check {
        font-size: 13px;
    }
    .navs-link {
        padding: 2px 6px !important;
    }
    .product-details-img .nav-pills {
        padding: 0px !important;
        margin-top: 0px !important;
    }
    .prdct_dtl_tbl h6,
    .prdct_dtl_tbl p {
        font-size: 11px !important;
    }
    .prdct_dtls_vdo .video-wrapper .right-content .video-img img {
        width: 62% !important;
        margin-left: 36% !important;
        margin-top: 5px !important;
    }
    .video-wrapper .right-content .video-img .video-icon {
        position: absolute;
        top: 49% !important;
        left: -3px !important;
    }
    .prdct_dtls_vdo .video-wrapper .right-content .video-img .video-icon a {
        width: 32px !important;
        height: 33px !important;
        margin-top: 31px !important;
        margin-left: 20px;
    }
    .prdct_dtls_vdo .video-wrapper .right-content .video-img .video-icon a i {
        font-size: 17px !important;
        right: -2px !important;
        top: -28px !important;
    }
    .prdct_qnt_btn {
        margin-left: 15px;
    }
    .prdct_qnt_btn .qnt_btn {
        width: 130px !important;
        margin-top: 6px;
    }
    .pls_mns_btn {
        height: 30px;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    .inpt_fld {
        height: 30px;
    }
    .product-details-content .btns a {
        color: #fff;
        padding: 5px 16px;
        font-size: 11px;
    }
    .product-details-description .tab-content {
        margin-top: -8.1%;
    }
    .Subscription_area2 {
        margin: 38px 0px !important;
    }
    .joyonto_custom_search_bar {
        height: 25px !important;
        width: 100% !important;
        margin: 0px 181px 0px 0px !important;
    }
    .brnd_select_hd {
        font-size: 13px !important;
        white-space: nowrap;
        margin-top: 0px;
        margin-right: 17px;
    }
    .product-list .right-content .select-this .nice-select {
        margin-top: 0px;
        padding: 12px 45px 12px 30px !important;
        line-height: 9px !important;
    }
    .our-missin-area .single-vision p,
    .our-story-area .single-story p {
        font-size: 13px;
    }
    /* Compare List Responsive Start */
    .compare_product_selected a img {
        margin: 0 auto;
        display: block !important;
    }
    .compare_des_hover span {
        height: 30px !important;
        width: 30px !important;
        line-height: 30px !important;
    }
    .compare_list_head {
        font-size: 11px !important;
    }
    .compare_list_data {
        font-size: 11px !important;
    }
    .compare_list_note img {
        margin: auto;
        display: block !important;
        height: 20px !important;
        width: 20px !important;
    }
    .brand_product_body {
        margin-top: -19px !important;
    }
    .footer-area .single-footer-widget img {
        width: 90%;
    }
    .accounts_wrap .account_list_wrap .list_contet .single_list h6 {
        font-size: 19px;
    }
    .accounts_wrap .account_list_wrap .list_contet .single_list li a {
        font-size: 11px;
        line-height: 7px;
    }
    /* My address Page reesponsive  */
    .pg_title h2 {
        font-size: 27px;
    }
    .pg_title {
        padding-bottom: 0px;
    }
    .myaddres_sub_title h4 {
        font-size: 15px;
        margin-top: -34px;
    }
    .my_address_tab {
        font-size: 15px;
        padding: 0.2rem 1rem;
    }
    .myaddres_sub_sub_title {
        font-size: 12px !important;
        font-weight: bold;
    }
    /* your payment page responsive */
    .new_card_img img {
        height: 30px !important;
        width: auto !important;
    }
    .popup_button button {
        padding: 3px 8px;
        font-size: 11px;
        width: 83%;
    }
    .tgl_status2 {
        left: 60px;
    }
    .tgl_status {
        left: -60px;
    }
    .swt {
        margin-left: 0%;
        margin-top: 0%;
    }
    .pay_accordn {
        padding: 10px 10px 0px 10px;
    }
    /* Dashboard -> My Blend page */
    .customer_blend_product img {
        width: 50% !important;
    }
    .customer_blend_product .des p.title {
        font-size: 11px !important;
        line-height: 1.3em !important;
    }
    .customer_blend_product .des p.brand {
        font-size: 11px !important;
        line-height: 1.3em !important;
    }
    .customer_blend_product .des p.price {
        font-size: 11px;
    }
    .customer_blend_product .des p.gender {
        font-size: 11px;
    }
    .customer_blend_product .des-hover span {
        height: 30px !important;
        width: 30px !important;
        line-height: 28px !important;
        font-size: 14px !important;
    }
    /* Customer Order Page responsive */
    .ordr_slct .btn {
        margin-left: 5px;
    }
    .order_item_left .myButton {
        width: 100%;
        margin-bottom: 2px;
    }
    .order_item_right {
        margin-top: 20px;
    }
    /* add to cart modal */
    .ad_crt_modal {
        margin-top: -13%;
        height: auto;
        left: -8%;
    }
    .card_prdct_title {
        margin-top: 10px !important;
    }
    .add_to_card_product_img img {
        height: 150px;
        margin: 0 auto;
        display: block;
    }
    .card_modal_details {
        margin-top: -15% !important;
    }
    /* Common_Description Section */
    .common_description p,
    .common_description {
        font-size: 12px !important;
        line-height: 14px;
    }
}

@media only screen and (min-width: 700px) and (max-width: 749px) {
    .single_tranding .des p.title {
        font-size: 13px;
        margin-top: -24px;
        margin-bottom: -25px;
        line-height: 14px;
    }
    /* note page responsive start */
    .page_tittle_area .page-tittle {
        height: 45px;
    }
    .page_tittle_area .page-tittle h2 {
        font-size: 30px;
        margin-top: -15px;
    }
    .notesrcbar {
        height: 25px;
    }
    .note_single_tag {
        font-size: 12px;
    }
    .note_single_tag i {
        font-size: 12px !important;
    }
    .nots-banner-img .notes-cover-photo {
        height: auto !important;
    }
    .noteTitles {
        font-size: 14px;
    }
    .single_note_des {
        font-size: 13px !important;
    }
    .single_notes_product,
    .single_notes_null_product {
        width: 45px !important;
        margin-top: 0px !important;
    }
    .single_notes_url p {
        margin-top: 5px;
        font-size: 12px;
        line-height: 1.5em;
    }
    .Subscription_area2 {
        margin: 38px 0px !important;
    }
    .footer-area .single-footer-widget img {
        width: 90%;
    }
    .accounts_wrap .account_list_wrap .list_contet .single_list h6 {
        font-size: 19px;
    }
    .accounts_wrap .account_list_wrap .list_contet .single_list li a {
        font-size: 11px;
        line-height: 7px;
    }
    /* My address Page reesponsive  */
    .pg_title h2 {
        font-size: 32px;
    }
    .pg_title {
        padding-bottom: 0px;
    }
    .myaddres_sub_title h4 {
        font-size: 17px;
        margin-top: -34px;
    }
    .my_address_tab {
        font-size: 15px;
        padding: 0.2rem 1rem;
    }
    .myaddres_sub_sub_title {
        font-size: 13px !important;
        font-weight: bold;
    }
    /* your payment page responsive */
    .new_card_img img {
        height: 30px !important;
        width: auto !important;
    }
    .popup_button button {
        padding: 3px 8px;
        font-size: 11px;
        width: 60%;
    }
    .tgl_status2 {
        left: 60px;
    }
    .tgl_status {
        left: -60px;
    }
    .swt {
        margin-left: 0%;
        margin-top: 0%;
    }
    .single_tranding .des p.title {
        font-size: 13px;
        margin-top: -24px;
        margin-bottom: -25px;
        line-height: 14px !important;
    }
    .single_tranding .des p.index_product_brand {
        height: auto;
        font-size: 9px;
        line-height: 10px;
        margin-top: 3px;
    }
    .single_tranding .des p.brand {
        height: auto;
        font-size: 9px;
        line-height: 10px;
    }
    .single_tranding .des p.price {
        font-size: 13px;
        margin-top: -9px;
    }
    .single_tranding .des {
        padding: none;
        min-height: 159px;
        margin-bottom: 5px;
    }
    .single_tranding .des-hover {
        margin-top: -65px;
        margin-bottom: -13px;
    }
    .new_item_carousel .owl-dots {
        position: absolute !important;
        left: 58% !important;
    }
    header .header_area .header_top .right-box .header_bottm .header_bottm_right p {
        text-align: justify !important;
    }
    header .header_area .header_top .left-box .header_left .logo img {
        position: relative;
        bottom: 0px;
        width: 220px;
        height: 54px;
        top: 6px;
    }
    header .header_area .header_top .right-box .header_right {
        flex-basis: 38%;
        padding-top: 0px;
        padding-bottom: 6px;
        display: flex;
        justify-content: space-between;
        position: absolute;
        top: 10%;
        left: 42%;
    }
    .mobile_menu .slicknav_menu .slicknav_btn {
        top: 10px;
        left: 0;
    }
    .section-over2,
    .Subscription_area2 {
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% 100% !important;
    }
    .hero-content {
        padding-left: 50px;
        padding-right: 10px;
        line-height: 0px;
        margin-top: 130px
    }
    .hero .btnw {
        bottom: 55% !important;
        left: 12% !important;
    }
    .hero-content h2 {
        color: #fff;
        font-weight: 700;
        font-size: 17px;
    }
    .hero-content h4 {
        color: #fff;
        font-weight: 500;
        font-size: 11px;
        margin-top: -10px;
        line-height: 1.1;
        letter-spacing: 0.5px;
    }
    .btnw {
        padding: 12px 12px 12px 9px;
        font-size: 8px;
        font-weight: none;
        margin-top: -26px;
    }
    .btnw::after {
        font-size: 15px;
        font-size: 9px;
        right: 4px;
        font-weight: none;
    }
    .owl-carousel .owl-nav div {
        height: 20px;
        line-height: 22px;
        right: 0;
        width: 20px;
    }
    .owl-carousel .owl-nav div.owl-prev::before {
        font-size: 9px;
        left: 7px;
    }
    .owl-carousel .owl-nav div.owl-next::before {
        font-size: 9px;
        left: 9px;
    }
    .slider-height2 {
        height: 250px;
    }
    .home-slider {
        height: 250px;
        margin-bottom: 31px;
    }
    .home-slider .owl-dots {
        bottom: -32px;
    }
    .help-box .clik-event .info-bar,
    #whatsApp,
    .help-box.help-box3 {
        height: 35px;
        width: 85px;
    }
    #heart {
        position: relative;
        width: 38px;
        height: 33px;
        left: -27px;
        top: -2px;
        cursor: pointer;
    }
    #heart:before,
    #heart:after {
        position: absolute;
        content: "";
        left: 47px;
        top: 9px;
        width: 12px;
        height: 19px;
        background: #fff;
        border-radius: 43px 50px 0 0;
        transform: rotate(-44deg);
        transform-origin: 0 100%;
    }
    #heart:before {
        position: absolute;
        content: "";
        left: 39px;
        top: 0;
        width: 13px;
        height: 20px;
        background: #fff;
        border-radius: 43px 50px 0 0;
        transform: rotate(44deg);
        transform-origin: 0 100%;
    }
    #heart i {
        position: relative;
        z-index: 1;
        position: absolute;
        left: 42px;
        top: 13px;
        font-size: 11px;
        color: #7BB22E;
    }
    .help-box .clik-event .info-bar p {
        margin: 0;
        font-size: 13px;
        margin-bottom: 8px;
        padding-right: 0px;
    }
    #whatsApp img {
        width: 22px;
    }
    #whatsApp p {
        margin: 0;
        color: #fff;
        font-size: 11px;
        padding-left: 4px;
    }
    .get-btn p {
        margin: 0;
        color: #fff;
        font-size: 11px;
        padding: 6px 3px 6px 9px;
        font-weight: 700;
        text-align: center;
        line-height: 1;
    }
    .help-box {
        bottom: 115px;
    }
    .help-box.help-box2 {
        bottom: 72px;
    }
    header .header_area .header_top .right-box .header_right .cart a span:nth-of-type(1) {
        margin-top: 8px;
    }
    .home-slider .owl-dots .owl-dot {
        height: 7px;
        width: 7px;
    }
    .about_area .about_info,
    .about_area .about_info_2 {
        height: 250px;
        width: 100%;
        padding: none;
        margin-top: -5px;
    }
    .main-slider-padding {
        padding-top: 8px;
    }
    .section_title h6 {
        font-size: 20px;
    }
    .barcode img {
        height: 100px;
        width: 100px !important;
        position: absolute;
        top: 21px;
        left: 230px;
    }
    .about_area .about_info .logo img {
        width: 94px;
        height: 28px;
        margin-top: -8px;
        margin-left: 115px;
    }
    .about_area .about_info .about_text p {
        font-size: 11px;
        line-height: 16px;
    }
    .about_info .about_text .social_link {
        position: absolute;
        top: 82%;
        left: 30%;
    }
    .about_area .about_info_2 .about_thumb img {
        height: 71px;
        position: absolute;
        top: 12px;
        margin-left: 25px;
    }
    .offers-img img {
        height: 50px;
        width: 50px !important;
    }
    .about_area .about_info_2 p {
        font-size: 11px;
        line-height: 16px;
        font-family: Arial !important;
    }
    .see-all-product .btnw2 {
        margin-left: 30px;
    }
    .Subscription_area2 {
        height: 134px;
        margin-bottom: 24px;
    }
    .Subscription_area2 span.subscribe-top a {
        font-size: 20px;
    }
    .Subscription_area2 span.subscribe-top a img {
        width: 32px !important;
    }
    .Subscription_area2 span.subscribe-top {
        position: absolute;
        left: 43%;
        margin-top: -16px;
    }
    .Subscription_area2 .btnw {
        position: absolute;
        top: 13px;
        right: 116px;
    }
    .subcribe_area .subscribe_wrap h4 {
        font-size: 25.7px;
        text-align: justify;
    }
    .subcribe_area .subscribe_wrap p {
        font-size: 14.4px;
        text-align: justify;
    }
    .subcribe_area .subscribe_wrap .subs_wrap {
        font-size: 14px;
        text-align: center;
    }
    .subscribe_wrap .social_link {
        margin-top: 26px;
    }
    .subscribe_wrap .social_link li a img {
        height: 41px;
    }
    .product-gal-img img {
        height: 155px;
        width: 140px !important;
        display: block;
        margin-left: 86px !important;
        margin-top: -40px;
        margin-bottom: -65px;
    }
    .ad_crt_btn {
        width: 40%;
        height: 36px;
        font-size: 11px !important;
        position: absolute;
        left: 27%;
    }
    .category-bg {
        padding-top: 140px !important;
    }
    /* Myblend Page Responsive Start */
    .blend-wrapper {
        margin-top: -200px;
    }
    .blend-wrapper .blenditem1 {
        padding-top: 241px !important;
    }
    .blenditem1 label {
        font-size: 12px !important;
        margin-right: 34px;
        margin-top: 43px;
        top: 232px;
        left: 220px;
        padding: 2px 7px !important;
        position: absolute;
    }
    .blenditem1 .select2-container--default .selection {
        width: 92px;
        margin-top: 11px;
        margin-left: 165px;
        top: 50px;
    }
    .content2 {
        left: 133px;
        width: 192px;
    }
    .blenditem2 label {
        font-size: 12px !important;
        margin-right: 36px;
    }
    .blenditem2 .select2-container--default .selection {
        margin-right: 32px;
    }
    .content3 {
        position: relative;
        left: 95px;
        top: -87px;
        width: 300px;
    }
    .blenditem3 label {
        font-size: 12px !important;
        margin-bottom: 13px;
        margin-right: 65px;
    }
    .blenditem3 .select2-container--default .selection {
        margin-right: 60px;
        margin-top: -9px;
    }
    .content4 {
        left: 28px;
        width: 420px;
    }
    .last-one {
        border: 9px solid #8DC63F;
    }
    .blenditem4 {
        margin-top: -129px;
        margin-right: 13px;
    }
    .blenditem4 label {
        font-size: 12px !important;
        margin-right: 58px;
    }
    .blenditem4 .select2-container--default .selection {
        margin-right: 57px;
    }
    /* note page responsive start */
    .page_tittle_area .page-tittle {
        height: 45px;
    }
    .page_tittle_area .page-tittle h2 {
        font-size: 30px;
        margin-top: -15px;
    }
    .notesrcbar {
        height: 25px;
    }
    .note_single_tag {
        font-size: 12px;
    }
    .note_single_tag i {
        font-size: 12px !important;
    }
    .nots-banner-img .notes-cover-photo {
        height: auto !important;
    }
    .noteTitles {
        font-size: 14px;
    }
    .single_note_des {
        font-size: 13px !important;
    }
    .single_notes_product,
    .single_notes_null_product {
        width: 45px !important;
        margin-top: 0px !important;
    }
    .single_notes_url p {
        margin-top: 5px;
        font-size: 12px;
        line-height: 1.5em;
    }
    /* brand Product page */
    .brnd_nm {
        width: 107% !important;
        margin-left: -13px !important;
    }
    .brnd_nm h4 {
        padding: 0px !important;
        font-size: 12px;
    }
    .brnd_prfl_img img {
        height: 90px !important;
    }
    .brnd_prfl_dtls {
        margin: 16px 0px -9px 15px !important;
        line-height: 10px !important;
    }
    .brnd_prfl_dtls h6 {
        line-height: 0px !important;
        font-size: 11px;
    }
    .brnd_prfl_description {
        margin-top: 15px !important;
        padding-left: 25px !important;
        padding-right: 25px !important;
    }
    .brnd_prfl_description p {
        font-size: 13px !important;
        line-height: 14px;
    }
    .product-filter h3 {
        font-size: 15px;
        margin-bottom: 10px !important;
        margin-left: 20px !important;
    }
    .product-filter .card .card-header h2 button {
        font-size: 12px !important;
    }
    .price_rangs_aside {
        padding: 12px 16px !important;
    }
    .price_rangs_aside h4 {
        font-size: 13px !important;
    }
    .product-list .nav-tabs .nav-item {
        margin-right: 9px;
        cursor: pointer;
        width: 35px;
        height: 35px;
        line-height: 17px;
    }
    .brnd_prdct_src {
        position: absolute;
        right: -4px;
        top: -50px;
    }
    .note_product_head p a {
        font-size: 12px !important;
    }
    .product_description .brand {
        font-size: 10px !important;
    }
    .note_product_cmnt a {
        font-size: 12px !important;
    }
    .product_rating {
        font-size: 12px;
    }
    .note_product_des_hover .des-hover span i {
        font-size: 9px !important;
    }
    .note_product_bottom {
        height: 29px !important;
    }
    .note_product_des_hover {
        padding: 0px 0px !important;
    }
    .note_product_price {
        margin-top: -3px !important;
    }
    /* perfumer details */
    .prfme_title h2 {
        font-size: 17px;
    }
    .prfme_title p {
        font-size: 13px !important;
    }
    .perfumer_prfl_head p {
        font-size: 11px !important;
        line-height: 2px !important;
    }
    .prfms_prdct {
        margin-top: -48px;
        font-size: 17px;
        font-weight: bold;
    }
    .perfumer-links p {
        font-size: 13px !important;
        line-height: 16px;
    }
    .prfum_nm h4 {
        font-size: 16px;
        margin-left: 0px !important;
    }
    .no_of_prfme h6 {
        font-size: 11px;
        margin-top: 10px;
    }
    .perfumer-categories .nav-tabs .nav-item {
        font-size: 12px;
        padding: 6px 5px;
        margin: 1px;
        line-height: 1;
        font-weight: 100;
    }
    .perfm_img_crt img {
        margin-top: 0px !important;
        width: 110px !important;
    }
    .perfume_prdct_cmnt_rat {
        margin-top: -20px !important;
    }
    /*blog page respond=sive start*/
    .Blog_header_area .main_header .social_links ul li {
        margin-right: 9px !important;
    }
    .Blog_header_area .main_header .social_links ul li a {
        font-size: 15px;
    }
    .Blog_header_area .main_header .blog_search_form input {
        height: 26px;
        margin-top: 5px;
        font-size: 18px;
    }
    .blog_banner .single_banner {
        height: 255px !important;
        background-size: 100% !important;
    }
    .blog_banner .single_banner h4 a {
        font-size: 17px !important;
        line-height: 26px;
    }
    .blog_banner_active .owl-stage {
        height: 195px !important;
    }
    .blog_common_title a {
        font-size: 23px !important;
    }
    .blog_service_area .single_service .service_meta h4 {
        font-size: 16px;
        line-height: 19px;
    }
    .blog_service_area .single_service .service_meta p.info {
        font-size: 13px;
        line-height: 15px;
    }
    .blog_service_area .single_service .service_meta p.service_bottom span {
        font-size: 11px;
    }
    .blog_service_area .single_service .service_meta h3 {
        font-size: 16px;
        line-height: 19px;
    }
    .service_lists_view .list_img img {
        margin: 18px 0px 0px 0px !important;
        padding: 0 !important;
        height: auto !important;
    }
    .blog_post_text h2 {
        font-size: 16px;
        line-height: 19px;
    }
    .service_lists_view .single_post .meta {
        font-size: 11px;
    }
    /* your feedback page */
    .special-form .single-input .rating-numbers .rating-number {
        padding: 2px 6px;
        margin-right: 7px;
        font-size: 10px;
    }
    /* country region page responsive start */
    .country_head h2 {
        font-size: 18px;
    }
    .country_head .sub_head {
        font-size: 12px;
    }
    .country_head p {
        font-size: 11px;
    }
    .country_select_box label {
        font-size: 18px;
    }
    .country_inpt.nice_Select {
        line-height: 10px;
    }
    .country_inpt .nice_Select,
    .country_inpt input {
        height: 32px;
        line-height: 12px;
        background-color: #fff;
        border: 1px solid #eee;
        padding: 10px 25px;
    }
    .country_aply {
        width: 30%;
        padding: 12px 10px 14px 6px;
        font-size: 12px;
    }
    .country_aply::after {
        right: 12px;
    }
    .country_note p {
        font-size: 9px;
    }
    /* category product page */
    .cat_prduct_title h2 {
        font-size: 25px !important;
        margin-top: 6px !important;
    }
    .product-list .nav-tabs .cat_nav_itm:nth-child(2) {
        margin-top: -22px;
        margin-left: 28px;
    }
    .product-list .nav-tabs .cat_nav_itm {
        cursor: pointer;
        width: 24px;
        height: 24px;
        line-height: 17px;
        padding: 4px 5px !important;
    }
    .cat_prduct_src {
        margin-left: -2%;
    }
    .cat_slct_hd {
        position: absolute;
        top: 5%;
        left: 55%;
    }
    .cat_slct_itm .nice-select {
        height: 31px !important;
        line-height: 18px !important;
        position: absolute;
        right: 5%;
        top: 0%;
    }
    .cat_prdct_price {
        margin-top: 6px !important;
        padding: 0px 6px 0px 0px !important;
        font-size: 10px !important;
    }
    /* Note page responsive */
    .note_srt {
        padding-bottom: 10px;
    }
    .note_srt .select-this .nice-select {
        width: 124px !important;
        font-size: 11px !important;
        height: 30px !important;
        line-height: 26px !important;
        margin-left: -9px;
    }
    .nt_srt_by {
        font-size: 12px;
        margin-left: 5px;
    }
    /* Product Details Page Responsive */
    .product-details-img .tab-content .tab-pane img {
        /* width: 270px !important;
    height: 290px !important; */
        /* margin-left: 50px; */
        margin-top: 0px;
    }
    .new_tbl_product_dtl_right {
        border: 1px solid #8EC63F;
        /* height: 290px !important; */
        margin-left: -35px;
    }
    .new_tbl_product_dtl_right .social_link2 li .prdct_icn {
        height: 47px !important;
        width: 43px !important;
    }
    .new_tbl_product_dtl_right .social_link2 li .prdct_icn img {
        width: 39px;
        height: auto;
    }
    .product-social-share .social_link {
        left: 45% !important;
        top: -30px;
    }
    .product_dtl_tab_tble {
        margin-left: -38px;
    }
    .product-social-share .social_link ul li a img {
        height: 28px !important;
    }
    .product-details-img .nav-pills .nav-link {
        width: 65% !important;
        margin-top: 10px;
        margin-bottom: -2px;
    }
    .nav-tabs .nav-item.show .navs-link,
    .nav-tabs .navs-link.active,
    .nav-tabs .nav_non_check {
        font-size: 13px;
    }
    .navs-link {
        padding: 2px 6px !important;
    }
    .product-details-img .nav-pills {
        padding: 0px !important;
        margin-top: 0px !important;
    }
    .prdct_dtl_tbl h6,
    .prdct_dtl_tbl p {
        font-size: 11px !important;
    }
    .prdct_dtls_vdo .video-wrapper .right-content .video-img img {
        width: 62% !important;
        margin-left: 36% !important;
        margin-top: 5px !important;
    }
    .video-wrapper .right-content .video-img .video-icon {
        position: absolute;
        top: 49% !important;
        left: -3px !important;
    }
    .prdct_dtls_vdo .video-wrapper .right-content .video-img .video-icon a {
        width: 32px !important;
        height: 33px !important;
        margin-top: 31px !important;
        margin-left: 20px;
    }
    .prdct_dtls_vdo .video-wrapper .right-content .video-img .video-icon a i {
        font-size: 17px !important;
        right: -2px !important;
        top: -28px !important;
    }
    .prdct_qnt_btn {
        margin-left: 15px;
    }
    .prdct_qnt_btn .qnt_btn {
        width: 130px !important;
        margin-top: 6px;
    }
    .pls_mns_btn {
        height: 30px;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    .inpt_fld {
        height: 30px;
    }
    .product-details-content .btns a {
        color: #fff;
        padding: 5px 16px;
        font-size: 11px;
    }
    .product-details-description .tab-content {
        margin-top: -8.1%;
    }
    .joyonto_custom_search_bar {
        height: 25px !important;
        width: 100% !important;
        margin: 0px 181px 0px 0px !important;
    }
    .brnd_select_hd {
        font-size: 13px !important;
        white-space: nowrap;
        margin-top: 0px;
        margin-right: 17px;
    }
    .product-list .right-content .select-this .nice-select {
        margin-top: 0px;
        padding: 12px 45px 12px 30px !important;
        line-height: 9px !important;
    }
    .our-missin-area .single-vision p,
    .our-story-area .single-story p {
        font-size: 13px;
    }
    /* Compare List Responsive Start */
    .compare_product_selected a img {
        margin: 0 auto;
        display: block !important;
    }
    .compare_des_hover span {
        height: 30px !important;
        width: 30px !important;
        line-height: 30px !important;
    }
    .compare_list_head {
        font-size: 11px !important;
    }
    .compare_list_data {
        font-size: 11px !important;
    }
    .compare_list_note img {
        margin: auto;
        display: block !important;
        height: 20px !important;
        width: 20px !important;
    }
    .brand_product_body {
        margin-top: -19px !important;
    }
    /* Dashboard -> My Blend page */
    .customer_blend_product img {
        width: 50% !important;
    }
    .customer_blend_product .des p.title {
        font-size: 11px !important;
        line-height: 1.3em !important;
    }
    .customer_blend_product .des p.brand {
        font-size: 11px !important;
        line-height: 1.3em !important;
    }
    .customer_blend_product .des p.price {
        font-size: 11px;
    }
    .customer_blend_product .des p.gender {
        font-size: 11px;
    }
    .customer_blend_product .des-hover span {
        height: 30px !important;
        width: 30px !important;
        line-height: 28px !important;
        font-size: 14px !important;
    }
    /* Customer Order Page responsive */
    .ordr_slct .btn {
        margin-left: 5px;
    }
    .order_item_left .myButton {
        width: 100%;
        margin-bottom: 2px;
    }
    .order_item_right {
        margin-top: 20px;
    }
    /* add to cart modal */
    .ad_crt_modal {
        margin-top: -13%;
        left: -5%;
        height: auto;
    }
    .card_prdct_title {
        margin-top: 10px !important;
    }
    .add_to_card_product_img img {
        height: 150px;
        margin: 0 auto;
        display: block;
    }
    .card_modal_details {
        margin-top: -15% !important;
    }
    /* Common_Description Section */
    .common_description p,
    .common_description {
        font-size: 12px !important;
        line-height: 14px;
    }
}

@media only screen and (min-width: 750px) and (max-width: 767px) {
    .single_tranding .des p.title {
        font-size: 13px;
        margin-top: -24px;
        margin-bottom: -25px;
        line-height: 14px;
    }
    .single_tranding .des p.index_product_brand {
        height: auto;
        font-size: 9px;
        line-height: 10px;
        margin-top: 3px;
    }
    .single_tranding .des p.brand {
        height: auto;
        font-size: 9px;
        line-height: 10px;
    }
    .single_tranding .des p.price {
        font-size: 13px;
        margin-top: -9px;
    }
    .single_tranding .des {
        padding: none;
        min-height: 159px;
        margin-bottom: 5px;
    }
    .single_tranding .des-hover {
        margin-top: -65px;
        margin-bottom: -13px;
    }
    header .header_area .header_top .right-box .header_right {
        flex-basis: 38%;
        padding-top: 0px;
        padding-bottom: 6px;
        display: flex;
        justify-content: space-between;
        position: absolute;
        top: 12%;
        left: 41%;
    }
    .section-over2,
    .Subscription_area2 {
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% 100% !important;
    }
    .hero-content {
        padding-left: 50px;
        padding-right: 10px;
        line-height: 0px;
        margin-top: 130px;
    }
    .hero .btnw {
        bottom: 55% !important;
        left: 12% !important;
    }
    .hero-content h2 {
        color: #fff;
        font-weight: 700;
        font-size: 20px;
    }
    .new_item_carousel .owl-dots {
        position: absolute !important;
        left: 58% !important;
    }
    .hero-content h4 {
        color: #fff;
        font-weight: 500;
        font-size: 11px;
        margin-top: -10px;
        line-height: 1.1;
        letter-spacing: 0.5px;
    }
    .btnw {
        padding: 16px 16px 16px 18px;
        font-size: 11px;
        font-weight: none;
        margin-top: -26px;
    }
    .btnw::after {
        font-size: 15px;
        font-size: 9px;
        right: 4px;
        font-weight: none;
    }
    .owl-carousel .owl-nav div {
        height: 25px;
        line-height: 25px;
        right: 0;
        width: 25px;
    }
    .owl-carousel .owl-nav div.owl-prev::before {
        font-size: 12px;
        left: 8px;
    }
    .owl-carousel .owl-nav div.owl-next::before {
        font-size: 12px;
        left: 10px;
    }
    .slider-height2 {
        height: 270px;
    }
    .home-slider {
        height: 270px;
        margin-bottom: 31px;
    }
    .home-slider .owl-dots {
        bottom: -32px;
    }
    .help-box .clik-event .info-bar,
    #whatsApp,
    .help-box.help-box3 {
        height: 35px;
        width: 85px;
    }
    #heart {
        position: relative;
        width: 38px;
        height: 33px;
        left: -27px;
        top: -2px;
        cursor: pointer;
    }
    #heart:before,
    #heart:after {
        position: absolute;
        content: "";
        left: 47px;
        top: 9px;
        width: 12px;
        height: 19px;
        background: #fff;
        border-radius: 43px 50px 0 0;
        transform: rotate(-44deg);
        transform-origin: 0 100%;
    }
    #heart:before {
        position: absolute;
        content: "";
        left: 39px;
        top: 0;
        width: 13px;
        height: 20px;
        background: #fff;
        border-radius: 43px 50px 0 0;
        transform: rotate(44deg);
        transform-origin: 0 100%;
    }
    #heart i {
        position: relative;
        z-index: 1;
        position: absolute;
        left: 42px;
        top: 13px;
        font-size: 11px;
        color: #7BB22E;
    }
    .help-box .clik-event .info-bar p {
        margin: 0;
        font-size: 13px;
        margin-bottom: 8px;
        padding-right: 0px;
    }
    #whatsApp img {
        width: 22px;
    }
    #whatsApp p {
        margin: 0;
        color: #fff;
        font-size: 11px;
        padding-left: 4px;
    }
    .get-btn p {
        margin: 0;
        color: #fff;
        font-size: 11px;
        padding: 6px 3px 6px 9px;
        font-weight: 700;
        text-align: center;
        line-height: 1;
    }
    .help-box {
        bottom: 115px;
    }
    .help-box.help-box2 {
        bottom: 72px;
    }
    header .header_area .header_top .right-box .header_right .cart a span:nth-of-type(1) {
        margin-top: 8px;
    }
    .home-slider .owl-dots .owl-dot {
        height: 7px;
        width: 7px;
    }
    .about_area .about_info,
    .about_area .about_info_2 {
        height: 263px;
        width: 100%;
        padding: none;
    }
    .main-slider-padding {
        padding-top: 8px;
    }
    .about_area .about_info .logo {
        margin-top: -46px;
        margin-right: 89px;
    }
    .barcode img {
        height: 75px;
        width: 75px !important;
        position: absolute;
        top: 5%;
        left: 35%;
    }
    .about_area .about_info .logo img {
        width: 77px;
        height: 20px;
        margin-top: -9px;
        margin-bottom: 11px;
        margin-left: 186px;
    }
    .about_area .about_info .about_text p {
        font-size: 12px;
        line-height: 16px;
        margin-top: -80px;
    }
    .about_area .about_info .social_link {
        position: absolute;
        top: 77%;
        left: 33%;
    }
    .about_area .about_info .social_link li a img {
        height: 28px;
    }
    .about_area .about_info_2 .about_thumb img {
        height: 88px;
        position: absolute;
        top: 5%;
        left: 39%;
    }
    .offers-img img {
        height: 65px;
        width: 65px !important;
    }
    .about_area .about_info_2 p {
        margin-top: 82px;
        font-size: 12px;
        line-height: 16px !important;
        font-family: Arial !important;
    }
    .see-all-product .btnw2 {
        margin-left: 131px;
    }
    .Subscription_area2 {
        height: 134px;
        margin-bottom: 24px;
    }
    .Subscription_area2 span.subscribe-top a {
        font-size: 20px;
    }
    .Subscription_area2 span.subscribe-top a img {
        width: 32px !important;
    }
    .Subscription_area2 span.subscribe-top {
        position: absolute;
        left: 44%;
        margin-top: -16px;
    }
    .Subscription_area2 .btnw {
        position: absolute;
        top: 13px;
        right: 158px;
    }
    .subcribe_area .subscribe_wrap h4 {
        font-size: 25px;
    }
    .subcribe_area .subscribe_wrap p {
        font-size: 14px;
    }
    .subcribe_area .subscribe_wrap .subs_wrap {
        font-size: 15px;
    }
    .subscribe_wrap .social_link {
        margin-top: 18px;
        margin-left: 9px;
    }
    .subscribe_wrap .social_link .social_link li a img {
        height: 30px;
    }
    .product-gal-img img {
        height: 110px;
        width: 100px !important;
        display: block;
        margin-left: 104px !important;
        margin-top: -40px;
        margin-bottom: -65px;
    }
    .product-description-wrapper .product-title {
        font-size: 12px;
        line-height: 15px;
    }
    .prdct_prc {
        margin-top: -16px;
    }
    .product-description-wrapper .product-description-label,
    .product-description-wrapper .avialable-amount {
        font-size: 12px;
        width: 66px;
    }
    .product-description-wrapper .product-price {
        margin-left: 31px;
        font-size: 19px;
    }
    .product-description-wrapper .product-price-old {
        margin-left: 30px;
    }
    .inpt_grp {
        width: 121px;
    }
    .inpt_grp_lft {
        margin-right: -13px;
    }
    .inpt_grp_mdl {
        margin-right: -7px;
    }
    .inpt_grp_mth {
        margin-left: 15px;
    }
    .avilbl_amnt {
        width: 79px !important;
    }
    .ad_crt_btn {
        width: 40%;
        height: 30px;
        font-size: 11px !important;
        position: absolute;
        left: 27%;
    }
    .category-bg {
        padding-top: 140px !important;
    }
    /* Myblend Page Responsive Start */
    .blend-wrapper {
        margin-top: -200px;
    }
    .blend-wrapper .blenditem1 {
        padding-top: 241px !important;
    }
    .blenditem1 label {
        font-size: 12px !important;
        margin-right: 34px;
        margin-top: 43px;
        top: 232px;
        left: 220px;
        padding: 2px 7px !important;
        position: absolute;
    }
    .blenditem1 .select2-container--default .selection {
        width: 92px;
        margin-top: 11px;
        margin-left: 165px;
        top: 50px;
    }
    .content2 {
        left: 133px;
        width: 192px;
    }
    .blenditem2 label {
        font-size: 12px !important;
        margin-right: 36px;
    }
    .blenditem2 .select2-container--default .selection {
        margin-right: 32px;
    }
    .content3 {
        position: relative;
        left: 95px;
        top: -87px;
        width: 300px;
    }
    .blenditem3 label {
        font-size: 12px !important;
        margin-bottom: 13px;
        margin-right: 65px;
    }
    .blenditem3 .select2-container--default .selection {
        margin-right: 60px;
        margin-top: -9px;
    }
    .content4 {
        left: 28px;
        width: 420px;
    }
    .last-one {
        border: 9px solid #8DC63F;
    }
    .blenditem4 {
        margin-top: -129px;
        margin-right: 13px;
    }
    .blenditem4 label {
        font-size: 12px !important;
        margin-right: 58px;
    }
    .blenditem4 .select2-container--default .selection {
        margin-right: 57px;
    }
    /* note page responsive start */
    .page_tittle_area .page-tittle {
        height: 45px;
    }
    .page_tittle_area .page-tittle h2 {
        font-size: 30px;
        margin-top: -15px;
    }
    .notesrcbar {
        height: 25px;
    }
    .note_single_tag {
        font-size: 12px;
    }
    .note_single_tag i {
        font-size: 12px !important;
    }
    .nots-banner-img .notes-cover-photo {
        height: auto !important;
    }
    .noteTitles {
        font-size: 14px;
    }
    .single_note_des {
        font-size: 13px !important;
    }
    .single_notes_product,
    .single_notes_null_product {
        width: 45px !important;
        margin-top: 0px !important;
    }
    .single_notes_url p {
        margin-top: 5px;
        font-size: 12px;
        line-height: 1.5em;
    }
    /* brand Product page */
    .brnd_nm {
        width: 107% !important;
        margin-left: -13px !important;
    }
    .brnd_nm h4 {
        padding: 0px !important;
        font-size: 12px;
    }
    .brnd_prfl_img img {
        height: 90px !important;
    }
    .brnd_prfl_dtls {
        margin: 16px 0px -9px 15px !important;
        line-height: 10px !important;
    }
    .brnd_prfl_dtls h6 {
        line-height: 0px !important;
        font-size: 11px;
    }
    .brnd_prfl_description {
        margin-top: 15px !important;
        padding-left: 25px !important;
        padding-right: 25px !important;
    }
    .brnd_prfl_description p {
        font-size: 13px !important;
        line-height: 14px;
    }
    .product-filter h3 {
        font-size: 15px;
        margin-bottom: 10px !important;
        margin-left: 20px !important;
    }
    .product-filter .card .card-header h2 button {
        font-size: 12px !important;
    }
    .price_rangs_aside {
        padding: 12px 16px !important;
    }
    .price_rangs_aside h4 {
        font-size: 13px !important;
    }
    .product-list .nav-tabs .nav-item {
        margin-right: 9px;
        cursor: pointer;
        width: 35px;
        height: 35px;
        line-height: 17px;
    }
    .brnd_prdct_src {
        position: absolute;
        right: -4px;
        top: -50px;
    }
    .note_product_head p a {
        font-size: 12px !important;
    }
    .product_description .brand {
        font-size: 10px !important;
    }
    .note_product_cmnt a {
        font-size: 12px !important;
    }
    .product_rating {
        font-size: 12px;
    }
    .note_product_des_hover .des-hover span i {
        font-size: 9px !important;
    }
    .note_product_bottom {
        height: 29px !important;
    }
    .note_product_des_hover {
        padding: 0px 0px !important;
    }
    .note_product_price {
        margin-top: -3px !important;
    }
    /* perfumer details */
    .prfme_title h2 {
        font-size: 17px;
    }
    .prfme_title p {
        font-size: 13px !important;
    }
    .perfumer_prfl_head p {
        font-size: 11px !important;
        line-height: 2px !important;
    }
    .prfms_prdct {
        margin-top: -48px;
        font-size: 17px;
        font-weight: bold;
    }
    .perfumer-links p {
        font-size: 13px !important;
        line-height: 16px;
    }
    .prfum_nm h4 {
        font-size: 16px;
        margin-left: 0px !important;
    }
    .no_of_prfme h6 {
        font-size: 11px;
        margin-top: 10px;
    }
    .perfumer-categories .nav-tabs .nav-item {
        font-size: 12px;
        padding: 6px 5px;
        margin: 1px;
        line-height: 1;
        font-weight: 100;
    }
    .perfm_img_crt img {
        margin-top: 0px !important;
        width: 110px !important;
    }
    .perfume_prdct_cmnt_rat {
        margin-top: -20px !important;
    }
    /*blog page respond=sive start*/
    .Blog_header_area .main_header .social_links ul li {
        margin-right: 9px !important;
    }
    .Blog_header_area .main_header .social_links ul li a {
        font-size: 15px;
    }
    .Blog_header_area .main_header .blog_search_form input {
        height: 26px;
        margin-top: 5px;
        font-size: 18px;
    }
    .blog_banner .single_banner {
        height: 255px !important;
        background-size: 100% !important;
    }
    .blog_banner .single_banner h4 a {
        font-size: 17px !important;
        line-height: 26px;
    }
    .blog_banner_active .owl-stage {
        height: 195px !important;
    }
    .blog_common_title a {
        font-size: 23px !important;
    }
    .blog_service_area .single_service .service_meta h4 {
        font-size: 16px;
        line-height: 19px;
    }
    .blog_service_area .single_service .service_meta p.info {
        font-size: 13px;
        line-height: 15px;
    }
    .blog_service_area .single_service .service_meta p.service_bottom span {
        font-size: 11px;
    }
    .blog_service_area .single_service .service_meta h3 {
        font-size: 16px;
        line-height: 19px;
    }
    .service_lists_view .list_img img {
        margin: 18px 0px 0px 0px !important;
        padding: 0 !important;
        height: auto !important;
    }
    .blog_post_text h2 {
        font-size: 16px;
        line-height: 19px;
    }
    .service_lists_view .single_post .meta {
        font-size: 11px;
    }
    /* your feedback page */
    .special-form .single-input .rating-numbers .rating-number {
        padding: 2px 6px;
        margin-right: 7px;
        font-size: 10px;
    }
    /* country region page responsive start */
    .country_head h2 {
        font-size: 18px;
    }
    .country_head .sub_head {
        font-size: 12px;
    }
    .country_head p {
        font-size: 11px;
    }
    .country_select_box label {
        font-size: 18px;
    }
    .country_inpt.nice_Select {
        line-height: 10px;
    }
    .country_inpt .nice_Select,
    .country_inpt input {
        height: 32px;
        line-height: 12px;
        background-color: #fff;
        border: 1px solid #eee;
        padding: 10px 25px;
    }
    .country_aply {
        width: 30%;
        padding: 12px 10px 14px 6px;
        font-size: 12px;
    }
    .country_aply::after {
        right: 12px;
    }
    .country_note p {
        font-size: 9px;
    }
    /* category product page */
    .cat_prduct_title h2 {
        font-size: 25px !important;
        margin-top: 6px !important;
    }
    .product-list .nav-tabs .cat_nav_itm:nth-child(2) {
        margin-top: -22px;
        margin-left: 28px;
    }
    .product-list .nav-tabs .cat_nav_itm {
        cursor: pointer;
        width: 24px;
        height: 24px;
        line-height: 17px;
        padding: 4px 5px !important;
    }
    .cat_prduct_src {
        margin-left: -2%;
    }
    .cat_slct_hd {
        position: absolute;
        top: 5%;
        left: 55%;
    }
    .cat_slct_itm .nice-select {
        height: 31px !important;
        line-height: 18px !important;
        position: absolute;
        right: 5%;
        top: 0%;
    }
    .cat_prdct_price {
        margin-top: 6px !important;
        padding: 0px 6px 0px 0px !important;
        font-size: 10px !important;
    }
    /* Note page responsive */
    .note_srt {
        padding-bottom: 10px;
    }
    .note_srt .select-this .nice-select {
        width: 124px !important;
        font-size: 11px !important;
        height: 30px !important;
        line-height: 26px !important;
        margin-left: -9px;
    }
    .nt_srt_by {
        font-size: 12px;
        margin-left: 5px;
    }
    /* Product Details Page Responsive */
    .product-details-img .tab-content .tab-pane img {
        /* width: 270px !important;
    height: 290px !important; */
        /* margin-left: 50px; */
        margin-top: 0px;
    }
    .new_tbl_product_dtl_right {
        border: 1px solid #8EC63F;
        /* height: 290px !important; */
        margin-left: -35px;
    }
    .new_tbl_product_dtl_right .social_link2 li .prdct_icn {
        height: 47px !important;
        width: 43px !important;
    }
    .new_tbl_product_dtl_right .social_link2 li .prdct_icn img {
        width: 39px;
        height: auto;
    }
    .product-social-share .social_link {
        left: 45% !important;
        top: -30px;
    }
    .product_dtl_tab_tble {
        margin-left: -38px;
    }
    .product-social-share .social_link ul li a img {
        height: 28px !important;
    }
    .product-details-img .nav-pills .nav-link {
        width: 65% !important;
        margin-top: 10px;
        margin-bottom: -2px;
    }
    .nav-tabs .nav-item.show .navs-link,
    .nav-tabs .navs-link.active,
    .nav-tabs .nav_non_check {
        font-size: 13px;
    }
    .navs-link {
        padding: 2px 6px !important;
    }
    .product-details-img .nav-pills {
        padding: 0px !important;
        margin-top: 0px !important;
    }
    .prdct_dtl_tbl h6,
    .prdct_dtl_tbl p {
        font-size: 11px !important;
    }
    .prdct_dtls_vdo .video-wrapper .right-content .video-img img {
        width: 62% !important;
        margin-left: 36% !important;
        margin-top: 5px !important;
    }
    .video-wrapper .right-content .video-img .video-icon {
        position: absolute;
        top: 49% !important;
        left: -3px !important;
    }
    .prdct_dtls_vdo .video-wrapper .right-content .video-img .video-icon a {
        width: 32px !important;
        height: 33px !important;
        margin-top: 31px !important;
        margin-left: 20px;
    }
    .prdct_dtls_vdo .video-wrapper .right-content .video-img .video-icon a i {
        font-size: 17px !important;
        right: -2px !important;
        top: -28px !important;
    }
    .prdct_qnt_btn {
        margin-left: 15px;
    }
    .prdct_qnt_btn .qnt_btn {
        width: 130px !important;
        margin-top: 6px;
    }
    .pls_mns_btn {
        height: 30px;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    .inpt_fld {
        height: 30px;
    }
    .product-details-content .btns a {
        color: #fff;
        padding: 5px 16px;
        font-size: 11px;
    }
    .product-details-description .tab-content {
        margin-top: -8.1%;
    }
    .Subscription_area2 {
        margin: 38px 0px !important;
    }
    .joyonto_custom_search_bar {
        height: 25px !important;
        width: 100% !important;
        margin: 0px 181px 0px 0px !important;
    }
    .brnd_select_hd {
        font-size: 13px !important;
        white-space: nowrap;
        margin-top: 0px;
        margin-right: 17px;
    }
    .product-list .right-content .select-this .nice-select {
        margin-top: 0px;
        padding: 12px 45px 12px 30px !important;
        line-height: 9px !important;
    }
    .our-missin-area .single-vision p,
    .our-story-area .single-story p {
        font-size: 13px;
    }
    /* Compare List Responsive Start */
    .compare_product_selected a img {
        margin: 0 auto;
        display: block !important;
    }
    .compare_des_hover span {
        height: 30px !important;
        width: 30px !important;
        line-height: 30px !important;
    }
    .compare_list_head {
        font-size: 11px !important;
    }
    .compare_list_data {
        font-size: 11px !important;
    }
    .compare_list_note img {
        margin: auto;
        display: block !important;
        height: 20px !important;
        width: 20px !important;
    }
    .brand_product_body {
        margin-top: -19px !important;
    }
    .footer-area .single-footer-widget img {
        width: 90%;
    }
    .accounts_wrap .account_list_wrap .list_contet .single_list h6 {
        font-size: 19px;
    }
    .accounts_wrap .account_list_wrap .list_contet .single_list li a {
        font-size: 11px;
        line-height: 7px;
    }
    /* My address Page reesponsive  */
    .pg_title h2 {
        font-size: 32px;
    }
    .pg_title {
        padding-bottom: 0px;
    }
    .myaddres_sub_title h4 {
        font-size: 17px;
        margin-top: -34px;
    }
    .my_address_tab {
        font-size: 15px;
        padding: 0.2rem 1rem;
    }
    .myaddres_sub_sub_title {
        font-size: 13px !important;
        font-weight: bold;
    }
    /* your payment page responsive */
    .new_card_img img {
        height: 30px !important;
        width: auto !important;
    }
    .popup_button button {
        padding: 3px 8px;
        font-size: 11px;
        width: 60%;
    }
    .tgl_status2 {
        left: 60px;
    }
    .tgl_status {
        left: -60px;
    }
    .swt {
        margin-left: 0%;
        margin-top: 0%;
    }
    /* Dashboard -> My Blend page */
    .customer_blend_product img {
        width: 50% !important;
    }
    .customer_blend_product .des p.title {
        font-size: 11px !important;
        line-height: 1.3em !important;
    }
    .customer_blend_product .des p.brand {
        font-size: 11px !important;
        line-height: 1.3em !important;
    }
    .customer_blend_product .des p.price {
        font-size: 11px;
    }
    .customer_blend_product .des p.gender {
        font-size: 11px;
    }
    .customer_blend_product .des-hover span {
        height: 30px !important;
        width: 30px !important;
        line-height: 28px !important;
        font-size: 14px !important;
    }
    /* Customer Order Page responsive */
    .ordr_slct .btn {
        margin-left: 5px;
    }
    .order_item_left .myButton {
        width: 100%;
        margin-bottom: 2px;
    }
    .order_item_right {
        margin-top: 20px;
    }
    /* add to cart modal */
    .ad_crt_modal {
        margin-top: -13%;
        height: auto;
        left: -4%;
    }
    .card_prdct_title {
        margin-top: 10px !important;
    }
    .add_to_card_product_img img {
        height: 150px;
        margin: 0 auto;
        display: block;
    }
    .card_modal_details {
        margin-top: -15% !important;
    }
    /* Common_Description Section */
    .common_description p,
    .common_description {
        font-size: 12px !important;
        line-height: 14px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 849px) {
    .single_tranding {
        margin-bottom: -21px !important;
    }
    .single_tranding img {
        width: 100%;
        height: auto;
    }
    .single_tranding .des p.title {
        margin-bottom: -15px;
        margin-top: -15px;
    }
    .single_tranding .des p.index_product_brand {
        height: auto;
        font-size: 9px;
        line-height: 10px;
        margin-top: 9px;
    }
    .single_tranding .des p.brand {
        height: auto;
        font-size: 9px;
        line-height: 10px;
    }
    .single_tranding .des-hover {
        margin-top: -36px;
    }
    .section-over2,
    .Subscription_area2 {
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% 100% !important;
    }
    .hero-content {
        line-height: 0px;
        margin-top: 50px;
    }
    .hero .btnw {
        bottom: 35% !important;
        left: 18% !important;
    }
    .hero-content h2 {
        color: #fff;
        font-weight: 700;
        font-size: 22px;
    }
    .hero-content h4 {
        color: #fff;
        font-weight: 500;
        font-size: 15px;
        line-height: 1.1;
        letter-spacing: 0.5px;
    }
    .btnw {
        padding: 16px 16px 16px 18px;
        font-size: 11px;
        font-weight: none;
        margin-top: -26px;
    }
    .btnw::after {
        font-size: 15px;
        font-size: 9px;
        right: 4px;
        font-weight: none;
    }
    .owl-carousel .owl-nav div {
        height: 25px;
        line-height: 25px;
        right: 0;
        width: 25px;
    }
    .owl-carousel .owl-nav div.owl-prev::before {
        font-size: 12px;
        left: 8px;
    }
    .owl-carousel .owl-nav div.owl-next::before {
        font-size: 12px;
        left: 10px;
    }
    .new_item_carousel .owl-dots {
        position: absolute !important;
        left: 52% !important;
    }
    .slider-height2 {
        height: 265px;
    }
    .home-slider {
        height: 265px;
        margin-bottom: 31px;
    }
    .home-slider .owl-dots {
        bottom: -32px;
    }
    .help-box .clik-event .info-bar,
    #whatsApp,
    .help-box.help-box3 {
        height: 35px;
        width: 85px;
    }
    #heart {
        position: relative;
        width: 38px;
        height: 33px;
        left: -27px;
        top: -2px;
        cursor: pointer;
    }
    #heart:before,
    #heart:after {
        position: absolute;
        content: "";
        left: 47px;
        top: 9px;
        width: 12px;
        height: 19px;
        background: #fff;
        border-radius: 43px 50px 0 0;
        transform: rotate(-44deg);
        transform-origin: 0 100%;
    }
    #heart:before {
        position: absolute;
        content: "";
        left: 39px;
        top: 0;
        width: 13px;
        height: 20px;
        background: #fff;
        border-radius: 43px 50px 0 0;
        transform: rotate(44deg);
        transform-origin: 0 100%;
    }
    #heart i {
        position: relative;
        z-index: 1;
        position: absolute;
        left: 42px;
        top: 13px;
        font-size: 11px;
        color: #7BB22E;
    }
    .help-box .clik-event .info-bar p {
        margin: 0;
        font-size: 13px;
        margin-bottom: 8px;
        padding-right: 0px;
    }
    #whatsApp img {
        width: 22px;
    }
    #whatsApp p {
        margin: 0;
        color: #fff;
        font-size: 11px;
        padding-left: 4px;
    }
    .get-btn p {
        margin: 0;
        color: #fff;
        font-size: 11px;
        padding: 6px 3px 6px 9px;
        font-weight: 700;
        text-align: center;
        line-height: 1;
    }
    .help-box {
        bottom: 115px;
    }
    .help-box.help-box2 {
        bottom: 72px;
    }
    header .header_area .header_top .right-box .header_right .cart a span:nth-of-type(1) {
        margin-top: 8px;
    }
    .home-slider .owl-dots .owl-dot {
        height: 7px;
        width: 7px;
    }
    .about_area .about_info,
    .about_area .about_info_2 {
        height: 260px;
        width: 100%;
        padding: none;
    }
    .main-slider-padding {
        padding-top: 8px;
    }
    .about_area .about_info .logo {
        margin-top: -27px;
        margin-right: 77px;
    }
    .barcode img {
        height: 90px;
        width: 90px !important;
        position: absolute;
        top: 20px;
        left: 52px;
    }
    .about_area .about_info .logo img {
        width: 87px;
        height: 24px;
        margin-top: -9px;
        margin-bottom: 11px;
        margin-left: 186px;
    }
    .about_area .about_info .about_text p {
        font-size: 11px;
        line-height: 15px;
        margin-top: -28px;
    }
    .about_area .about_info .social_link {
        position: absolute;
        top: 85%;
        left: 13%;
    }
    .about_area .about_info .social_link li a img {
        height: 26px;
    }
    .about_area .about_info_2 .about_thumb img {
        height: 88px;
        position: absolute;
        top: 19px;
        left: 88px;
    }
    .offers-img img {
        height: 65px;
        width: 65px !important;
    }
    .about_area .about_info_2 p {
        margin-top: 51px;
        font-size: 11px;
        line-height: 14px !important;
        font-family: Arial !important;
    }
    .see-all-product .btnw2 {
        margin-left: 131px;
    }
    .section_title h6 {
        font-size: 21px;
    }
    .Subscription_area2 {
        height: 134px;
        margin-bottom: 24px;
    }
    .Subscription_area2 span.subscribe-top a {
        font-size: 20px;
    }
    .Subscription_area2 span.subscribe-top a img {
        width: 32px !important;
    }
    .Subscription_area2 span.subscribe-top {
        position: absolute;
        left: 44%;
        margin-top: -16px;
    }
    .Subscription_area2 .btnw {
        position: absolute;
        top: 13px;
        right: 158px;
    }
    .subcribe_area .subscribe_wrap h4 {
        font-size: 30px;
    }
    .subcribe_area .subscribe_wrap p {
        font-size: 15px;
    }
    .subcribe_area .subscribe_wrap .subs_wrap {
        font-size: 15px;
    }
    .subscribe_wrap .social_link {
        margin-top: 18px;
        margin-left: 8px;
    }
    .social_link li a img {
        height: 35px;
    }
    .product-gal-img img {
        height: 110px;
        width: 100px !important;
        display: block;
        margin-left: 104px !important;
        margin-top: -40px;
        margin-bottom: -65px;
    }
    .product-description-wrapper .product-title {
        font-size: 12px;
        line-height: 15px;
    }
    .prdct_prc {
        margin-top: -16px;
    }
    .product-description-wrapper .product-description-label,
    .product-description-wrapper .avialable-amount {
        font-size: 12px;
        width: 66px;
    }
    .product-description-wrapper .product-price {
        margin-left: 31px;
        font-size: 19px;
    }
    .product-description-wrapper .product-price-old {
        margin-left: 30px;
    }
    .inpt_grp {
        width: 121px;
    }
    .inpt_grp_lft {
        margin-right: -13px;
    }
    .inpt_grp_mdl {
        margin-right: -7px;
    }
    .inpt_grp_mth {
        margin-left: 15px;
    }
    .avilbl_amnt {
        width: 79px !important;
    }
    .ad_crt_btn {
        width: 40%;
        height: 30px;
        font-size: 11px !important;
        position: absolute;
        left: 27%;
    }
    .category-bg {
        padding-top: 128px !important;
    }
    /* Myblend Page Responsive Start */
    .blenditem1 label {
        font-size: 15px !important;
        margin-right: 34px;
        margin-top: 6px;
    }
    .blenditem1 .select2-container--default .selection {
        width: 140px;
        margin-top: 8px;
        margin-left: 5px;
    }
    .blenditem2 label {
        font-size: 15px !important;
        margin-right: 36px;
    }
    .blenditem2 .select2-container--default .selection {
        margin-right: 32px;
    }
    .blenditem3 label {
        font-size: 15px !important;
        margin-bottom: 13px;
        margin-right: 65px;
    }
    .blenditem3 .select2-container--default .selection {
        margin-right: 60px;
        margin-top: -9px;
    }
    .blenditem4 label {
        font-size: 15px !important;
        margin-right: 58px;
    }
    .blenditem4 .select2-container--default .selection {
        margin-right: 57px;
    }
    /* note page responsive start */
    .page_tittle_area .page-tittle {
        height: 45px;
    }
    .page_tittle_area .page-tittle h2 {
        font-size: 30px;
        margin-top: -15px;
    }
    .notesrcbar {
        height: 25px;
    }
    .note_single_tag {
        font-size: 12px;
    }
    .note_single_tag i {
        font-size: 12px !important;
    }
    .nots-banner-img .notes-cover-photo {
        height: auto !important;
    }
    .noteTitles {
        font-size: 14px;
    }
    .single_note_des {
        font-size: 13px !important;
    }
    .single_notes_product,
    .single_notes_null_product {
        width: 45px !important;
        margin-top: 0px !important;
    }
    .single_notes_url p {
        margin-top: 5px;
        font-size: 12px;
        line-height: 1.5em;
    }
    /* brand Product page */
    .brnd_nm {
        width: 107% !important;
        margin-left: -15px !important;
    }
    .brnd_nm h4 {
        padding: 0px !important;
        font-size: 12px;
    }
    .brnd_prfl_img img {
        height: 90px !important;
    }
    .brnd_prfl_dtls {
        margin: 16px 0px -9px 15px !important;
        line-height: 10px !important;
    }
    .brnd_prfl_dtls h6 {
        line-height: 0px !important;
        font-size: 11px;
    }
    .brnd_prfl_description {
        margin-top: 15px !important;
        padding-left: 25px !important;
        padding-right: 25px !important;
    }
    .brnd_prfl_description p {
        font-size: 13px !important;
        line-height: 14px;
    }
    .product-filter h3 {
        font-size: 15px;
        margin-bottom: 10px !important;
        margin-left: 20px !important;
    }
    .product-filter .card .card-header h2 button {
        font-size: 12px !important;
    }
    .price_rangs_aside {
        padding: 12px 16px !important;
    }
    .price_rangs_aside h4 {
        font-size: 13px !important;
    }
    .product-list .nav-tabs .nav-item {
        margin-right: 9px;
        cursor: pointer;
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
    .brnd_prdct_src {
        position: absolute;
        right: -4px;
        top: -50px;
    }
    .note_product_head p a {
        font-size: 12px !important;
    }
    .product_description .brand {
        font-size: 8px !important;
    }
    .note_product_cmnt a {
        font-size: 9px !important;
        margin: 0px 9px 0px 0px !important;
    }
    .product_rating {
        font-size: 9px;
    }
    .note_product_des_hover .des-hover span i {
        border: 1px solid !important;
        padding: 2px !important;
        font-size: 9px !important;
    }
    .note_product_bottom {
        height: 29px !important;
    }
    .note_product_des_hover {
        padding: 0px 0px !important;
    }
    .note_product_price {
        padding: 12px 8px !important;
        font-size: 9px !important;
        margin-top: -3px !important;
    }
    .singleProductImage {
        /* height: 125px !important; */
        width: auto;
        /* margin: 12px; */
    }
    /* perfumer details */
    .prfme_title h2 {
        font-size: 20px;
    }
    .prfme_title p {
        font-size: 13px !important;
    }
    .perfumer_prfl_head {
        margin: 20px -35px !important;
    }
    .perfumer_prfl_head p {
        font-size: 12px !important;
        line-height: 2px !important;
    }
    .prfms_prdct {
        margin-top: -48px;
        font-size: 20px;
        font-weight: bold;
    }
    .perfumer-links p {
        font-size: 13px !important;
        line-height: 16px;
    }
    .prfum_nm h4 {
        font-size: 16px;
        margin-left: 0px !important;
    }
    .no_of_prfme h6 {
        font-size: 11px;
        margin-top: 10px;
    }
    .perfumer-categories .nav-tabs .nav-item {
        font-size: 12px;
        padding: 6px 5px;
        margin: 1px;
        line-height: 1;
        font-weight: 100;
    }
    .perfm_img_crt img {
        margin-top: 0px !important;
        width: 90px !important;
    }
    .perfume_prdct_cmnt_rat {
        margin-top: -20px !important;
    }
    /* country region page responsive start */
    .country_aply {
        width: 23%;
        padding: 20px 10px 20px 6px;
        font-size: 15px;
    }
    .country_aply::after {
        right: 12px;
    }
    /* category product page */
    .cat_prduct_title h2 {
        font-size: 25px !important;
        margin-top: 6px !important;
    }
    .product-list .nav-tabs .cat_nav_itm:nth-child(2) {
        margin-top: -22px;
        margin-left: 28px;
    }
    .product-list .nav-tabs .cat_nav_itm {
        cursor: pointer;
        width: 24px;
        height: 24px;
        line-height: 17px;
        padding: 4px 5px !important;
    }
    .cat_prduct_src {
        margin-left: -6%;
    }
    .cat_slct_hd {
        position: absolute;
        top: 5%;
        left: 52%;
    }
    .cat_slct_itm .nice-select {
        height: 31px !important;
        line-height: 18px !important;
        position: absolute;
        right: 5%;
        top: 0%;
    }
    .cat_prdct_price {
        padding: 10px 11px 0px 0px !important;
        font-size: 9px !important;
        margin-top: -3px !important;
    }
    /* Note page responsive */
    .note_srt {
        padding-top: 12px;
        margin-left: -55px;
    }
    .note_srt .select-this .nice-select {
        width: 124px !important;
        font-size: 11px !important;
        height: 30px !important;
        line-height: 26px !important;
        margin-left: -11px;
    }
    .nt_srt_by {
        font-size: 12px;
        margin-left: 4px;
    }
    /* Product Details Page Responsive */
    .product_dtl_tab_tble {
        margin-left: -10%;
    }
    .product-details-img .tab-content .tab-pane img {
        /* width: 245px !important;
    height: 260px !important; */
        /* margin-left: -30px; */
        margin-top: 0px;
    }
    .new_tbl_product_dtl_right {
        border: 1px solid #8EC63F;
        /* height: 260px !important; */
        /* margin-left: -35px; */
    }
    .new_tbl_product_dtl_right .social_link2 li .prdct_icn {
        height: 29px !important;
        width: 30px !important;
    }
    .product-social-share .social_link {
        left: 45% !important;
    }
    .product-social-share .social_link ul li a img {
        height: 36px !important;
    }
    .product-details-img .nav-pills .nav-link {
        width: 100% !important;
        margin-top: 10px;
        margin-bottom: -6px;
    }
    .product-details-img .nav-pills {
        padding: 0px !important;
        margin-top: 0px !important;
    }
    .prdct_dtl_tbl h6,
    .prdct_dtl_tbl p {
        font-size: 11px !important;
    }
    .prdct_dtls_vdo .video-wrapper .right-content .video-img img {
        width: 96% !important;
        margin-left: 36% !important;
        margin-top: 5px !important;
    }
    .video-wrapper .right-content .video-img .video-icon {
        position: absolute;
        top: 49% !important;
        left: -3px !important;
    }
    .prdct_dtls_vdo .video-wrapper .right-content .video-img .video-icon a {
        width: 32px !important;
        height: 33px !important;
        margin-top: 28px !important;
        margin-left: 10px;
    }
    .prdct_dtls_vdo .video-wrapper .right-content .video-img .video-icon a i {
        font-size: 17px !important;
        right: -2px !important;
        top: -28px !important;
    }
    .prdct_qnt_btn {
        margin-left: 15px;
    }
    .prdct_qnt_btn .qnt_btn {
        width: 130px !important;
        margin-top: 6px;
    }
    .pls_mns_btn {
        height: 30px;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    .inpt_fld {
        height: 30px;
    }
    .product-details-content .btns a {
        color: #fff;
        padding: 5px 16px;
        font-size: 11px;
    }
    .product-details-description .tab-content {
        margin-top: -6.1%;
    }
    .Subscription_area2 {
        margin: 38px 0px !important;
    }
    .product-list .nav-tabs .nav-item {
        margin-right: 4px;
        cursor: pointer;
        width: 19px;
        height: 19px;
        line-height: 22px;
        font-size: 10px;
    }
    .joyonto_custom_search_bar {
        height: 25px !important;
        width: 181px !important;
        margin: 0px 33px 10px 0px !important;
    }
    .brnd_select_hd {
        font-size: 13px !important;
        white-space: nowrap;
        margin-top: -19px;
    }
    .product-list .right-content .select-this .nice-select {
        margin-top: -21px;
        padding: 19px 57px 19px 20px;
    }
    .accounts_wrap .account_list_wrap .list_contet .single_list h6 {
        font-size: 19px;
    }
    .accounts_wrap .account_list_wrap .list_contet .single_list li a {
        font-size: 11px;
        line-height: 7px;
    }
    /* My address Page reesponsive  */
    .pg_title h2 {
        font-size: 32px;
    }
    .pg_title {
        padding-bottom: 0px;
    }
    .myaddres_sub_title h4 {
        font-size: 17px;
        margin-top: -34px;
    }
    .my_address_tab {
        font-size: 15px;
        padding: 0.2rem 1rem;
    }
    .myaddres_sub_sub_title {
        font-size: 13px !important;
        font-weight: bold;
    }
    /* your payment page responsive */
    .new_card_img img {
        height: 30px !important;
        width: auto !important;
    }
    .popup_button button {
        padding: 3px 8px;
        font-size: 12px;
        width: 55%;
    }
    .tgl_status2 {
        left: 60px;
    }
    .tgl_status {
        left: -60px;
    }
    .swt {
        margin-left: 26%;
    }
    /* Dashboard -> My blend */
    .customer_blend_product .des p.title {
        font-size: 9px !important;
        line-height: 1.1em !important;
    }
    .customer_blend_product .des p.brand {
        font-size: 9px !important;
        line-height: 1.1em !important;
    }
    .customer_blend_product .des p.price {
        font-size: 9px !important;
    }
    .customer_blend_product .des p.gender {
        font-size: 9px !important;
    }
    .customer_blend_product .des-hover span {
        height: 20px !important;
        width: 20px !important;
        line-height: 17px !important;
        font-size: 11px;
        margin: 0px 0px !important;
    }
    /* customer order details page */
    .ordr_slct .nice-select {
        font-size: 12px;
        height: 30px;
        line-height: 27px;
    }
    .order_title_details {
        font-size: 11px;
        padding: 5px 11px;
    }
    .order_title_details p {
        font-size: 9px;
        line-height: 11px;
    }
    .order_title_details a {
        font-size: 11px;
    }
    .ordr_slct .btn {
        background-color: #8EC63F;
        padding: 4px 19px;
        font-size: 12px;
        margin-top: 5px;
    }
    /* add to cart modal */
    .ad_crt_modal {
        margin-top: 100px;
        left: 1%;
        height: auto;
    }
    .add_to_card_product_img img {
        height: 150px;
        margin: 0 auto;
        display: block;
    }
    .card_modal_details {
        margin-top: -38px !important;
    }
}

@media only screen and (min-width: 850px) and (max-width: 899px) {
    .hero .btnw {
        padding: 18px 48px 18px 19px;
        font-size: 11px;
    }
    .btnw::after {
        font-size: 11px;
    }
    .hero .btnw {
        bottom: 25% !important;
        left: 18% !important;
    }
    .about_area .about_info .about_text p {
        font-size: 10px;
        line-height: 14px;
        margin-top: -20px;
    }
    .single_tranding {
        margin-bottom: -21px !important;
    }
    .single_tranding img {
        width: 100%;
        height: auto;
    }
    .single_tranding .des p.title {
        margin-bottom: -15px;
        margin-top: -15px;
    }
    .single_tranding .des p.index_product_brand {
        height: auto;
        font-size: 9px;
        line-height: 10px;
        margin-top: 9px;
    }
    .single_tranding .des p.brand {
        height: auto;
        font-size: 9px;
        line-height: 10px;
    }
    .single_tranding .des-hover {
        margin-top: -36px;
    }
    .subcribe_area .subscribe_wrap p {
        font-size: 16px;
    }
    .subcribe_area .subscribe_wrap .subs_wrap {
        font-size: 16px;
    }
    .home-slider {
        height: 300px;
    }
    .hero-content h4 {
        font-size: 15px;
    }
    .section-over2 {
        background-size: contain !important;
        height: 300px;
    }
    .about_area .about_info,
    .about_area .about_info_2 {
        height: 295px;
        width: 100%;
        margin-top: -50px;
    }
    .about_area .about_info_2 .about_thumb img {
        margin-left: -44px;
        margin-top: -33px;
        height: 80px;
    }
    .about_area .about_info .social_link li a img {
        height: 27px;
    }
    .about_area .about_info_2 p {
        font-size: 10px;
        line-height: 14px;
        font-family: Arial !important;
    }
    .offers-img img {
        width: 85px !important;
        height: 85px;
    }
    .social_link li a img {
        height: 38px;
    }
    .Subscription_area2 {
        height: 180px;
        background-size: 100% 100% !important;
    }
    .new_item_carousel .owl-dots {
        position: absolute !important;
        left: 52% !important;
    }
    .product-gal-img img {
        height: 112px;
        width: 101px !important;
        display: block;
        margin-left: 103px !important;
        margin-top: -42px;
        margin-bottom: -65px;
    }
    .product-description-wrapper .product-title {
        font-size: 12px;
        line-height: 15px;
    }
    .prdct_prc {
        margin-top: -16px;
    }
    .product-description-wrapper .product-description-label,
    .product-description-wrapper .avialable-amount {
        font-size: 12px;
        width: 66px;
    }
    .product-description-wrapper .product-price {
        margin-left: 31px;
        font-size: 19px;
    }
    .product-description-wrapper .product-price-old {
        margin-left: 30px;
    }
    .inpt_grp {
        width: 121px;
    }
    .inpt_grp_lft {
        margin-right: -13px;
    }
    .inpt_grp_mdl {
        margin-right: -7px;
    }
    .inpt_grp_mth {
        margin-left: 15px;
    }
    .avilbl_amnt {
        width: 79px !important;
    }
    .ad_crt_btn {
        width: 40%;
        height: 30px;
        font-size: 11px !important;
        position: absolute;
        left: 27%;
    }
    .category-bg {
        padding-top: 128px !important;
    }
    /* Myblend Page Responsive Start */
    .blenditem1 label {
        font-size: 15px !important;
        margin-right: 34px;
        margin-top: 6px;
    }
    .blenditem1 .select2-container--default .selection {
        width: 140px;
        margin-top: 8px;
        margin-left: 5px;
    }
    .blenditem2 label {
        font-size: 15px !important;
        margin-right: 36px;
    }
    .blenditem2 .select2-container--default .selection {
        margin-right: 32px;
    }
    .blenditem3 label {
        font-size: 15px !important;
        margin-bottom: 13px;
        margin-right: 65px;
    }
    .blenditem3 .select2-container--default .selection {
        margin-right: 60px;
        margin-top: -9px;
    }
    .blenditem4 label {
        font-size: 15px !important;
        margin-right: 58px;
    }
    .blenditem4 .select2-container--default .selection {
        margin-right: 57px;
    }
    /* note page responsive start */
    .page_tittle_area .page-tittle {
        height: 45px;
    }
    .page_tittle_area .page-tittle h2 {
        font-size: 30px;
        margin-top: -15px;
    }
    .notesrcbar {
        height: 25px;
    }
    .note_single_tag {
        font-size: 12px;
    }
    .note_single_tag i {
        font-size: 12px !important;
    }
    .nots-banner-img .notes-cover-photo {
        height: auto !important;
    }
    .noteTitles {
        font-size: 14px;
    }
    .single_note_des {
        font-size: 13px !important;
    }
    .single_notes_product,
    .single_notes_null_product {
        width: 45px !important;
        margin-top: 0px !important;
    }
    .single_notes_url p {
        margin-top: 5px;
        font-size: 12px;
        line-height: 1.5em;
    }
    /* brand Product page */
    .brnd_nm {
        width: 107% !important;
        margin-left: -14px !important;
    }
    .brnd_nm h4 {
        padding: 0px !important;
        font-size: 12px;
    }
    .brnd_prfl_img img {
        height: 90px !important;
    }
    .brnd_prfl_dtls {
        margin: 16px 0px -9px 15px !important;
        line-height: 10px !important;
    }
    .brnd_prfl_dtls h6 {
        line-height: 0px !important;
        font-size: 11px;
    }
    .brnd_prfl_description {
        margin-top: 15px !important;
        padding-left: 25px !important;
        padding-right: 25px !important;
    }
    .brnd_prfl_description p {
        font-size: 13px !important;
        line-height: 14px;
    }
    .product-filter h3 {
        font-size: 15px;
        margin-bottom: 10px !important;
        margin-left: 20px !important;
    }
    .product-filter .card .card-header h2 button {
        font-size: 12px !important;
    }
    .price_rangs_aside {
        padding: 12px 16px !important;
    }
    .price_rangs_aside h4 {
        font-size: 13px !important;
    }
    .product-list .nav-tabs .nav-item {
        margin-right: 9px;
        cursor: pointer;
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
    .brnd_prdct_src {
        position: absolute;
        right: -4px;
        top: -50px;
    }
    .note_product_head p a {
        font-size: 12px !important;
    }
    .product_description .brand {
        font-size: 8px !important;
    }
    .note_product_cmnt a {
        font-size: 9px !important;
        margin: 0px 9px 0px 0px !important;
    }
    .product_rating {
        font-size: 9px;
    }
    .note_product_des_hover .des-hover span i {
        border: 1px solid !important;
        padding: 2px !important;
        font-size: 9px !important;
    }
    .note_product_bottom {
        height: 29px !important;
    }
    .note_product_des_hover {
        padding: 0px 0px !important;
    }
    .note_product_price {
        padding: 12px 8px !important;
        font-size: 9px !important;
        margin-top: -3px !important;
    }
    .singleProductImage {
        /* height: 125px !important; */
        width: auto;
        /* margin: 12px; */
    }
    /* perfumer details */
    .prfme_title h2 {
        font-size: 20px;
    }
    .prfme_title p {
        font-size: 13px !important;
    }
    .perfumer_prfl_head {
        margin: 20px -35px !important;
    }
    .perfumer_prfl_head p {
        font-size: 12px !important;
        line-height: 2px !important;
    }
    .prfms_prdct {
        margin-top: -48px;
        font-size: 20px;
        font-weight: bold;
    }
    .perfumer-links p {
        font-size: 13px !important;
        line-height: 16px;
    }
    .prfum_nm h4 {
        font-size: 16px;
        margin-left: 0px !important;
    }
    .no_of_prfme h6 {
        font-size: 11px;
        margin-top: 10px;
    }
    .perfumer-categories .nav-tabs .nav-item {
        font-size: 12px;
        padding: 6px 5px;
        margin: 1px;
        line-height: 1;
        font-weight: 100;
    }
    .perfm_img_crt img {
        margin-top: 0px !important;
        width: 90px !important;
    }
    .perfume_prdct_cmnt_rat {
        margin-top: -20px !important;
    }
    .perfume_prdct_cmnt_rat a {
        font-size: 13px !important;
    }
    /* country region page responsive start */
    .country_aply {
        width: 23%;
        padding: 20px 10px 20px 6px;
        font-size: 15px;
    }
    .country_aply::after {
        right: 12px;
    }
    /* category product page */
    .cat_prduct_title h2 {
        font-size: 25px !important;
        margin-top: 6px !important;
    }
    .product-list .nav-tabs .cat_nav_itm:nth-child(2) {
        margin-top: -22px;
        margin-left: 28px;
    }
    .product-list .nav-tabs .cat_nav_itm {
        cursor: pointer;
        width: 24px;
        height: 24px;
        line-height: 17px;
        padding: 4px 5px !important;
    }
    .cat_prduct_src {
        margin-left: -6%;
    }
    .cat_slct_hd {
        position: absolute;
        top: 5%;
        left: 52%;
    }
    .cat_slct_itm .nice-select {
        height: 31px !important;
        line-height: 18px !important;
        position: absolute;
        right: 5%;
        top: 0%;
    }
    .cat_prdct_price {
        padding: 10px 11px 0px 0px !important;
        font-size: 9px !important;
        margin-top: -3px !important;
    }
    /* Note page responsive */
    .note_srt {
        padding-top: 12px;
        margin-left: -55px;
    }
    .note_srt .select-this .nice-select {
        width: 124px !important;
        font-size: 11px !important;
        height: 30px !important;
        line-height: 26px !important;
        margin-left: -11px;
    }
    .nt_srt_by {
        font-size: 12px;
        margin-left: 4px;
    }
    /* Product Details Page Responsive */
    .product_dtl_tab_tble {
        margin-left: -5%;
    }
    .product-details-img .tab-content .tab-pane img {
        /* width: 245px !important;
    height: 260px !important; */
        /* margin-left: -30px; */
        margin-top: 0px;
    }
    .new_tbl_product_dtl_right {
        border: 1px solid #8EC63F;
        /* height: 260px !important; */
        /* margin-left: -35px; */
    }
    .new_tbl_product_dtl_right .social_link2 li .prdct_icn {
        height: 29px !important;
        width: 30px !important;
    }
    .new_tbl_product_dtl_right .social_link2 li .prdct_icn img {
        width: 32px;
    }
    .product-social-share .social_link {
        left: 45% !important;
    }
    .product-social-share .social_link ul li a img {
        height: 36px !important;
    }
    .product-details-img .nav-pills .nav-link {
        width: 100% !important;
        margin-top: 10px;
        margin-bottom: -6px;
    }
    .product-details-img .nav-pills {
        padding: 0px !important;
        margin-top: 0px !important;
    }
    .prdct_dtl_tbl h6,
    .prdct_dtl_tbl p {
        font-size: 11px !important;
    }
    .prdct_dtls_vdo .video-wrapper .right-content .video-img img {
        width: 96% !important;
        margin-left: 36% !important;
        margin-top: 5px !important;
    }
    .video-wrapper .right-content .video-img .video-icon {
        position: absolute;
        top: 49% !important;
        left: -3px !important;
    }
    .prdct_dtls_vdo .video-wrapper .right-content .video-img .video-icon a {
        width: 32px !important;
        height: 33px !important;
        margin-top: 28px !important;
        margin-left: 10px;
    }
    .prdct_dtls_vdo .video-wrapper .right-content .video-img .video-icon a i {
        font-size: 17px !important;
        right: -2px !important;
        top: -28px !important;
    }
    .prdct_qnt_btn {
        margin-left: 15px;
    }
    .prdct_qnt_btn .qnt_btn {
        width: 130px !important;
        margin-top: 6px;
    }
    .pls_mns_btn {
        height: 30px;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    .inpt_fld {
        height: 30px;
    }
    .product-details-content .btns a {
        color: #fff;
        padding: 5px 16px;
        font-size: 11px;
    }
    .product-details-description .tab-content {
        margin-top: -6.1%;
    }
    .product-list .nav-tabs .nav-item {
        margin-right: 4px;
        cursor: pointer;
        width: 19px;
        height: 19px;
        line-height: 22px;
        font-size: 10px;
    }
    .joyonto_custom_search_bar {
        height: 25px !important;
        width: 181px !important;
        margin: 0px 33px 10px 0px !important;
    }
    .brnd_select_hd {
        font-size: 13px !important;
        white-space: nowrap;
        margin-top: -19px;
    }
    .product-list .right-content .select-this .nice-select {
        margin-top: -21px;
        padding: 19px 57px 19px 20px;
    }
    .accounts_wrap .account_list_wrap .list_contet .single_list h6 {
        font-size: 19px;
    }
    .accounts_wrap .account_list_wrap .list_contet .single_list li a {
        font-size: 11px;
        line-height: 7px;
    }
    /* My address Page reesponsive  */
    .pg_title h2 {
        font-size: 32px;
    }
    .pg_title {
        padding-bottom: 0px;
    }
    .myaddres_sub_title h4 {
        font-size: 22px;
        margin-top: -34px;
    }
    .my_address_tab {
        font-size: 15px;
        padding: 0.2rem 1rem;
    }
    .myaddres_sub_sub_title {
        font-size: 15px !important;
        font-weight: bold;
    }
    /* your payment page responsive */
    .new_card_img img {
        height: 30px !important;
        width: auto !important;
    }
    .popup_button button {
        padding: 3px 8px;
        font-size: 12px;
        width: 55%;
    }
    .tgl_status2 {
        left: 60px;
    }
    .tgl_status {
        left: -60px;
    }
    .swt {
        margin-left: 26%;
    }
    /* Dashboard -> My blend */
    .customer_blend_product .des p.title {
        font-size: 9px !important;
        line-height: 1.1em !important;
    }
    .customer_blend_product .des p.brand {
        font-size: 9px !important;
        line-height: 1.1em !important;
    }
    .customer_blend_product .des p.price {
        font-size: 9px !important;
    }
    .customer_blend_product .des p.gender {
        font-size: 9px !important;
    }
    .customer_blend_product .des-hover span {
        height: 20px !important;
        width: 20px !important;
        line-height: 17px !important;
        font-size: 11px;
        margin: 0px 0px !important;
    }
    /* customer order details page */
    .ordr_slct .nice-select {
        font-size: 12px;
        height: 30px;
        line-height: 27px;
    }
    .order_title_details {
        font-size: 11px;
        padding: 5px 11px;
    }
    .order_title_details p {
        font-size: 9px;
        line-height: 11px;
    }
    .order_title_details a {
        font-size: 11px;
    }
    .ordr_slct .btn {
        background-color: #8EC63F;
        padding: 4px 19px;
        font-size: 12px;
        margin-top: 5px;
    }
    /* add to cart modal */
    .ad_crt_modal {
        margin-top: 100px;
        height: auto;
        left: 3%;
    }
    .add_to_card_product_img img {
        height: 150px;
        margin: 0 auto;
        display: block;
    }
    .card_modal_details {
        margin-top: -38px !important;
    }
}

@media only screen and (min-width:900px) and (max-width: 949px) {
    .hero .btnw {
        padding: 18px 48px 18px 19px;
        font-size: 11px;
    }
    .btnw::after {
        font-size: 11px;
    }
    .hero .btnw {
        bottom: 25% !important;
        left: 18% !important;
    }
    .single_tranding {
        margin-bottom: -21px !important;
    }
    .single_tranding img {
        width: 100%;
        height: auto;
    }
    .single_tranding .des p.title {
        margin-bottom: -15px;
        margin-top: -15px;
    }
    .single_tranding .des p.index_product_brand {
        height: auto;
        font-size: 9px;
        line-height: 10px;
        margin-top: 9px;
    }
    .single_tranding .des p.brand {
        height: auto;
        font-size: 9px;
        line-height: 10px;
    }
    .single_tranding .des-hover {
        margin-top: -36px;
    }
    .about_area .about_info .about_text p {
        font-size: 12px;
        line-height: 14px;
        margin-top: -24px;
    }
    .about_area .about_info_2 p {
        font-size: 12px;
        line-height: 14px;
        font-family: Arial !important;
        margin-top: -25px;
    }
    .home-slider {
        height: 300px;
    }
    .hero-content h4 {
        font-size: 14px;
    }
    .section-over2 {
        background-size: contain !important;
        height: 300px;
    }
    .about_area .about_info,
    .about_area .about_info_2 {
        height: 300px;
        width: 100%;
        margin-top: -50px;
    }
    .about_area .about_info_2 .about_thumb img {
        margin-left: -44px;
        margin-top: -33px;
    }
    .about_area .about_info .social_link li a img {
        height: 30px;
    }
    .offers-img img {
        width: 85px !important;
        height: 85px;
    }
    .Subscription_area2 {
        height: 190px;
        background-size: 100% 100% !important;
    }
    .social_link li a img {
        height: 38px;
    }
    .product-gal-img img {
        height: 112px;
        width: 101px !important;
        display: block;
        margin-left: 103px !important;
        margin-top: -42px;
        margin-bottom: -65px;
    }
    .product-description-wrapper .product-title {
        font-size: 12px;
        line-height: 15px;
    }
    .prdct_prc {
        margin-top: -16px;
    }
    .product-description-wrapper .product-description-label,
    .product-description-wrapper .avialable-amount {
        font-size: 12px;
        width: 66px;
    }
    .product-description-wrapper .product-price {
        margin-left: 31px;
        font-size: 19px;
    }
    .product-description-wrapper .product-price-old {
        margin-left: 30px;
    }
    .inpt_grp {
        width: 121px;
    }
    .inpt_grp_lft {
        margin-right: -13px;
    }
    .inpt_grp_mdl {
        margin-right: -7px;
    }
    .inpt_grp_mth {
        margin-left: 15px;
    }
    .avilbl_amnt {
        width: 79px !important;
    }
    .ad_crt_btn {
        width: 40%;
        height: 30px;
        font-size: 11px !important;
        position: absolute;
        left: 27%;
    }
    .category-bg {
        padding-top: 135px !important;
    }
    .subcribe_area .subscribe_wrap p {
        font-size: 16px;
    }
    .subcribe_area .subscribe_wrap .subs_wrap {
        font-size: 16px;
    }
    .see-all-product .btnw2 {
        position: absolute;
        margin-top: -39px !important;
    }
    /* Myblend Page Responsive Start */
    .blenditem1 label {
        font-size: 15px !important;
        margin-right: 34px;
        margin-top: 6px;
    }
    .blenditem1 .select2-container--default .selection {
        width: 140px;
        margin-top: 8px;
        margin-left: 5px;
    }
    .blenditem2 label {
        font-size: 15px !important;
        margin-right: 36px;
    }
    .blenditem2 .select2-container--default .selection {
        margin-right: 32px;
    }
    .blenditem3 label {
        font-size: 15px !important;
        margin-bottom: 13px;
        margin-right: 65px;
    }
    .blenditem3 .select2-container--default .selection {
        margin-right: 60px;
        margin-top: -9px;
    }
    .blenditem4 label {
        font-size: 15px !important;
        margin-right: 58px;
    }
    .blenditem4 .select2-container--default .selection {
        margin-right: 57px;
    }
    /* note page responsive start */
    .page_tittle_area .page-tittle {
        height: 45px;
    }
    .page_tittle_area .page-tittle h2 {
        font-size: 30px;
        margin-top: -15px;
    }
    .notesrcbar {
        height: 25px;
    }
    .note_single_tag {
        font-size: 12px;
    }
    .note_single_tag i {
        font-size: 12px !important;
    }
    .nots-banner-img .notes-cover-photo {
        height: auto !important;
    }
    .noteTitles {
        font-size: 14px;
    }
    .single_note_des {
        font-size: 13px !important;
    }
    .single_notes_product,
    .single_notes_null_product {
        width: 45px !important;
        margin-top: 0px !important;
    }
    .single_notes_url p {
        margin-top: 5px;
        font-size: 12px;
        line-height: 1.5em;
    }
    /* brand Product page */
    .brnd_nm {
        width: 107%!important;
        margin-left: -14px !important;
    }
    .brnd_nm h4 {
        padding: 0px !important;
        font-size: 12px;
    }
    .brnd_prfl_img img {
        height: 90px !important;
    }
    .brnd_prfl_dtls {
        margin: 16px 0px -9px 15px !important;
        line-height: 10px !important;
    }
    .brnd_prfl_dtls h6 {
        line-height: 0px !important;
        font-size: 11px;
    }
    .brnd_prfl_description {
        margin-top: 15px !important;
        padding-left: 25px !important;
        padding-right: 25px !important;
    }
    .brnd_prfl_description p {
        font-size: 13px !important;
        line-height: 14px;
    }
    .product-filter h3 {
        font-size: 15px;
        margin-bottom: 10px !important;
        margin-left: 20px !important;
    }
    .product-filter .card .card-header h2 button {
        font-size: 12px !important;
    }
    .price_rangs_aside {
        padding: 12px 16px !important;
    }
    .price_rangs_aside h4 {
        font-size: 13px !important;
    }
    .product-list .nav-tabs .nav-item {
        margin-right: 9px;
        cursor: pointer;
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
    .brnd_prdct_src {
        position: absolute;
        right: -4px;
        top: -50px;
    }
    .note_product_head p a {
        font-size: 12px !important;
    }
    .product_description .brand {
        font-size: 8px !important;
    }
    .note_product_cmnt a {
        font-size: 9px !important;
        margin: 0px 9px 0px 0px !important;
    }
    .product_rating {
        font-size: 9px;
    }
    .note_product_des_hover .des-hover span i {
        border: 1px solid !important;
        padding: 2px !important;
        font-size: 9px !important;
    }
    .note_product_bottom {
        height: 29px !important;
    }
    .note_product_des_hover {
        padding: 0px 0px !important;
    }
    .note_product_price {
        padding: 12px 8px !important;
        font-size: 9px !important;
        margin-top: -3px !important;
    }
    .singleProductImage {
        /* height: 125px !important; */
        width: auto;
        /* margin: 12px; */
    }
    /* perfumer details */
    .prfme_title h2 {
        font-size: 20px;
    }
    .prfme_title p {
        font-size: 13px !important;
    }
    .perfumer_prfl_head {
        margin: 20px -35px !important;
    }
    .perfumer_prfl_head p {
        font-size: 12px !important;
        line-height: 2px !important;
    }
    .prfms_prdct {
        margin-top: -48px;
        font-size: 20px;
        font-weight: bold;
    }
    .perfumer-links p {
        font-size: 13px !important;
        line-height: 16px;
    }
    .prfum_nm h4 {
        font-size: 16px;
        margin-left: 0px !important;
    }
    .no_of_prfme h6 {
        font-size: 11px;
        margin-top: 10px;
    }
    .perfumer-categories .nav-tabs .nav-item {
        font-size: 12px;
        padding: 6px 5px;
        margin: 1px;
        line-height: 1;
        font-weight: 100;
    }
    .perfm_img_crt img {
        margin-top: 0px !important;
        width: 90px !important;
    }
    .perfume_prdct_cmnt_rat {
        margin-top: -20px !important;
    }
    .perfume_prdct_cmnt_rat a {
        font-size: 13px !important;
    }
    /* country region page responsive start */
    .country_aply {
        width: 23%;
        padding: 20px 10px 20px 6px;
        font-size: 15px;
    }
    .country_aply::after {
        right: 12px;
    }
    /* category product page */
    .cat_prduct_title h2 {
        font-size: 25px !important;
        margin-top: 6px !important;
    }
    .product-list .nav-tabs .cat_nav_itm:nth-child(2) {
        margin-top: -22px;
        margin-left: 28px;
    }
    .product-list .nav-tabs .cat_nav_itm {
        cursor: pointer;
        width: 24px;
        height: 24px;
        line-height: 17px;
        padding: 4px 5px !important;
    }
    .cat_prduct_src {
        margin-left: -6%;
    }
    .cat_slct_hd {
        position: absolute;
        top: 5%;
        left: 52%;
    }
    .cat_slct_itm .nice-select {
        height: 31px !important;
        line-height: 18px !important;
        position: absolute;
        right: 5%;
        top: 0%;
    }
    .cat_prdct_price {
        padding: 10px 11px 0px 0px !important;
        font-size: 9px !important;
        margin-top: -3px !important;
    }
    /* Note page responsive */
    .note_srt {
        padding-top: 12px;
        margin-left: -55px;
    }
    .note_srt .select-this .nice-select {
        width: 124px !important;
        font-size: 11px !important;
        height: 30px !important;
        line-height: 26px !important;
        margin-left: -11px;
    }
    .nt_srt_by {
        font-size: 12px;
        margin-left: 4px;
    }
    /* Product Details Page Responsive */
    .product_dtl_tab_tble {
        margin-left: -5%;
    }
    .product-details-img .tab-content .tab-pane img {
        /* width: 245px !important;
    height: 260px !important; */
        /* margin-left: -30px; */
        margin-top: 0px;
    }
    .new_tbl_product_dtl_right {
        border: 1px solid #8EC63F;
        /* height: 260px !important; */
        /* margin-left: -55px !important; */
    }
    .new_tbl_product_dtl_right .social_link2 li .prdct_icn {
        height: 29px !important;
        width: 30px !important;
    }
    .new_tbl_product_dtl_right .social_link2 li .prdct_icn img {
        width: 32px;
    }
    .product-social-share .social_link {
        left: 45% !important;
    }
    .product-social-share .social_link ul li a img {
        height: 36px !important;
    }
    .product-details-img .nav-pills .nav-link {
        width: 100% !important;
        margin-top: 10px;
        margin-bottom: -6px;
    }
    .product-details-img .nav-pills {
        padding: 0px !important;
        margin-top: 0px !important;
    }
    .prdct_dtl_tbl h6,
    .prdct_dtl_tbl p {
        font-size: 11px !important;
    }
    .prdct_dtls_vdo .video-wrapper .right-content .video-img img {
        width: 96% !important;
        margin-left: 36% !important;
        margin-top: 5px !important;
    }
    .video-wrapper .right-content .video-img .video-icon {
        position: absolute;
        top: 49% !important;
        left: -3px !important;
    }
    .prdct_dtls_vdo .video-wrapper .right-content .video-img .video-icon a {
        width: 32px !important;
        height: 33px !important;
        margin-top: 28px !important;
        margin-left: 10px;
    }
    .prdct_dtls_vdo .video-wrapper .right-content .video-img .video-icon a i {
        font-size: 17px !important;
        right: -2px !important;
        top: -28px !important;
    }
    .prdct_qnt_btn {
        margin-left: 10px;
    }
    .prdct_qnt_btn .qnt_btn {
        width: 130px !important;
        margin-top: 6px;
    }
    .pls_mns_btn {
        height: 30px;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    .inpt_fld {
        height: 30px;
    }
    .product-details-content .btns a {
        color: #fff;
        padding: 5px 16px;
    }
    .product-details-description .tab-content {
        margin-top: -6.1%;
    }
    .product-list .nav-tabs .nav-item {
        margin-right: 4px;
        cursor: pointer;
        width: 19px;
        height: 19px;
        line-height: 22px;
        font-size: 10px;
    }
    .joyonto_custom_search_bar {
        height: 25px !important;
        width: 181px !important;
        margin: 0px 33px 10px 0px !important;
    }
    .brnd_select_hd {
        font-size: 13px !important;
        white-space: nowrap;
        margin-top: -19px;
    }
    .product-list .right-content .select-this .subs_frm_cntrl {
        margin-top: -21px;
        padding: 19px 57px 19px 20px;
    }
    .accounts_wrap .account_list_wrap .list_contet .single_list h6 {
        font-size: 19px;
    }
    .accounts_wrap .account_list_wrap .list_contet .single_list li a {
        font-size: 11px;
        line-height: 7px;
    }
    /* My address Page reesponsive  */
    .pg_title h2 {
        font-size: 32px;
    }
    .pg_title {
        padding-bottom: 0px;
    }
    .myaddres_sub_title h4 {
        font-size: 22px;
        margin-top: -34px;
    }
    .my_address_tab {
        font-size: 15px;
        padding: 0.2rem 1rem;
    }
    .myaddres_sub_sub_title {
        font-size: 15px !important;
        font-weight: bold;
    }
    /* your payment page responsive */
    .new_card_img img {
        height: 30px !important;
        width: auto !important;
    }
    .popup_button button {
        padding: 3px 8px;
        font-size: 12px;
        width: 55%;
    }
    .tgl_status2 {
        left: 60px;
    }
    .tgl_status {
        left: -60px;
    }
    .swt {
        margin-left: 26%;
    }
    /* Dashboard -> My blend */
    .customer_blend_product .des p.title {
        font-size: 9px !important;
        line-height: 1.1em !important;
    }
    .customer_blend_product .des p.brand {
        font-size: 9px !important;
        line-height: 1.1em !important;
    }
    .customer_blend_product .des p.price {
        font-size: 9px !important;
    }
    .customer_blend_product .des p.gender {
        font-size: 9px !important;
    }
    .customer_blend_product .des-hover span {
        height: 20px !important;
        width: 20px !important;
        line-height: 17px !important;
        font-size: 11px;
        margin: 0px 0px !important;
    }
    /* customer order details page */
    .ordr_slct .nice-select {
        font-size: 12px;
        height: 30px;
        line-height: 27px;
    }
    .order_title_details {
        font-size: 11px;
        padding: 5px 11px;
    }
    .order_title_details p {
        font-size: 9px;
        line-height: 11px;
    }
    .order_title_details a {
        font-size: 11px;
    }
    .ordr_slct .btn {
        background-color: #8EC63F;
        padding: 4px 19px;
        font-size: 12px;
        margin-top: 5px;
    }
    /* add to cart modal */
    .ad_crt_modal {
        margin-top: 100px;
        height: auto;
        left: 7%;
    }
    .add_to_card_product_img img {
        height: 150px;
        margin: 0 auto;
        display: block;
    }
    .card_modal_details {
        margin-top: -38px !important;
    }
}

@media only screen and (min-width:950px) and (max-width: 999px) {
    .hero .btnw {
        padding: 18px 48px 18px 19px;
        font-size: 11px;
    }
    .btnw::after {
        font-size: 11px;
    }
    .hero .btnw {
        bottom: 25% !important;
        left: 18% !important;
    }
    .single_tranding {
        margin-bottom: -21px !important;
    }
    .single_tranding img {
        width: 100%;
        height: auto;
    }
    .single_tranding .des p.title {
        margin-bottom: -15px;
        margin-top: -15px;
    }
    .single_tranding .des p.index_product_brand {
        height: auto;
        font-size: 9px;
        line-height: 10px;
        margin-top: 9px;
    }
    .single_tranding .des p.brand {
        height: auto;
        font-size: 9px;
        line-height: 10px;
    }
    .single_tranding .des-hover {
        margin-top: -36px;
    }
    .about_area .about_info .about_text p {
        font-size: 12px;
        line-height: 14px;
    }
    .about_area .about_info_2 p {
        font-size: 12px;
        line-height: 14px;
        font-family: Arial !important;
    }
    .home-slider {
        height: 330px;
    }
    .section-over2 {
        background-size: contain !important;
        height: 330px;
    }
    .hero-content h4 {
        font-size: 15px;
    }
    .about_area .about_info,
    .about_area .about_info_2 {
        height: 325px;
        margin-top: -50px;
        width: 100%;
    }
    .about_area .about_info_2 .about_thumb img {
        margin-left: -44px;
        margin-top: -33px;
    }
    .about_area .about_info .social_link li a img {
        height: 30px;
    }
    .offers-img img {
        width: 85px !important;
        height: 85px;
    }
    .Subscription_area2 {
        height: 165px;
        background-size: 100% 100% !important;
    }
    .social_link li a img {
        height: 38px;
    }
    .product-gal-img img {
        height: 112px;
        width: 101px !important;
        display: block;
        margin-left: 103px !important;
        margin-top: -42px;
        margin-bottom: -65px;
    }
    .product-description-wrapper .product-title {
        font-size: 12px;
        line-height: 15px;
    }
    .prdct_prc {
        margin-top: -16px;
    }
    .product-description-wrapper .product-description-label,
    .product-description-wrapper .avialable-amount {
        font-size: 12px;
        width: 66px;
    }
    .product-description-wrapper .product-price {
        margin-left: 31px;
        font-size: 19px;
    }
    .product-description-wrapper .product-price-old {
        margin-left: 30px;
    }
    .inpt_grp {
        width: 121px;
    }
    .inpt_grp_lft {
        margin-right: -13px;
    }
    .inpt_grp_mdl {
        margin-right: -7px;
    }
    .inpt_grp_mth {
        margin-left: 15px;
    }
    .avilbl_amnt {
        width: 79px !important;
    }
    .ad_crt_btn {
        width: 40%;
        height: 30px;
        font-size: 11px !important;
        position: absolute;
        left: 27%;
    }
    .category-bg {
        padding-top: 144px !important;
    }
    .subcribe_area .subscribe_wrap p {
        font-size: 16px;
    }
    .subcribe_area .subscribe_wrap .subs_wrap {
        font-size: 16px;
    }
    .see-all-product .btnw2 {
        position: absolute;
        margin-top: -39px !important;
    }
    /* Myblend Page Responsive Start */
    .blenditem1 label {
        font-size: 15px !important;
        margin-right: 34px;
        margin-top: 6px;
    }
    .blenditem1 .select2-container--default .selection {
        width: 140px;
        margin-top: 8px;
        margin-left: 5px;
    }
    .blenditem2 label {
        font-size: 15px !important;
        margin-right: 36px;
    }
    .blenditem2 .select2-container--default .selection {
        margin-right: 32px;
    }
    .blenditem3 label {
        font-size: 15px !important;
        margin-bottom: 13px;
        margin-right: 65px;
    }
    .blenditem3 .select2-container--default .selection {
        margin-right: 60px;
        margin-top: -9px;
    }
    .blenditem4 label {
        font-size: 15px !important;
        margin-right: 58px;
    }
    .blenditem4 .select2-container--default .selection {
        margin-right: 57px;
    }
    /* note page responsive start */
    .page_tittle_area .page-tittle {
        height: 45px;
    }
    .page_tittle_area .page-tittle h2 {
        font-size: 30px;
        margin-top: -15px;
    }
    .notesrcbar {
        height: 25px;
    }
    .note_single_tag {
        font-size: 12px;
    }
    .note_single_tag i {
        font-size: 12px !important;
    }
    .nots-banner-img .notes-cover-photo {
        height: auto !important;
    }
    .noteTitles {
        font-size: 14px;
    }
    .single_note_des {
        font-size: 13px !important;
    }
    .single_notes_product,
    .single_notes_null_product {
        width: 45px !important;
        margin-top: 0px !important;
    }
    .single_notes_url p {
        margin-top: 5px;
        font-size: 12px;
        line-height: 1.5em;
    }
    /* brand Product page */
    .brnd_nm {
        width: 107% !important;
        margin-left: -14px !important;
    }
    .brnd_nm h4 {
        padding: 0px !important;
        font-size: 12px;
    }
    .brnd_prfl_img img {
        height: 120px !important;
    }
    .brnd_prfl_dtls {
        margin: 29px 0px 0px 27px !important;
        line-height: 10px !important;
    }
    .brnd_prfl_dtls h6 {
        line-height: 0px !important;
        font-size: 11px;
    }
    .brnd_prfl_description {
        margin-top: 15px !important;
        padding-left: 25px !important;
        padding-right: 25px !important;
    }
    .brnd_prfl_description p {
        font-size: 13px !important;
        line-height: 14px;
    }
    .product-filter h3 {
        font-size: 15px;
        margin-bottom: 10px !important;
        margin-left: 20px !important;
    }
    .product-filter .card .card-header h2 button {
        font-size: 12px !important;
    }
    .price_rangs_aside {
        padding: 12px 16px !important;
    }
    .price_rangs_aside h4 {
        font-size: 13px !important;
    }
    .product-list .nav-tabs .nav-item {
        margin-right: 4px;
        cursor: pointer;
        width: 19px;
        height: 19px;
        line-height: 22px;
        font-size: 10px;
    }
    .note_product_head p a {
        font-size: 12px !important;
    }
    .product_description .brand {
        font-size: 8px !important;
    }
    .note_product_cmnt a {
        font-size: 9px !important;
        margin: 0px 9px 0px 0px !important;
    }
    .product_rating {
        font-size: 10px;
    }
    .note_product_des_hover .des-hover span i {
        border: 1px solid !important;
        padding: 2px !important;
        font-size: 9px !important;
    }
    .note_product_bottom {
        height: 29px !important;
    }
    .note_product_des_hover {
        padding: 0px 0px !important;
    }
    .note_product_price {
        padding: 12px 8px !important;
        font-size: 9px !important;
        margin-top: -3px !important;
    }
    .singleProductImage {
        /* height: 125px !important; */
        width: auto;
        /* margin: 12px; */
    }
    .joyonto_custom_search_bar {
        height: 25px !important;
        width: 181px !important;
        margin: 0px 33px 10px 0px !important;
    }
    .brnd_select_hd {
        font-size: 13px !important;
        white-space: nowrap;
        margin-top: -18px;
    }
    .product-list .right-content .select-this .subs_frm_cntrl {
        margin-top: -21px;
        padding: 19px 57px 19px 20px;
    }
    /* perfumer details */
    .prfme_title h2 {
        font-size: 20px;
    }
    .prfme_title p {
        font-size: 13px !important;
    }
    .perfumer_prfl_head {
        margin: 20px -35px !important;
    }
    .perfumer_prfl_head p {
        font-size: 12px !important;
        line-height: 2px !important;
    }
    .prfms_prdct {
        margin-top: -48px;
        font-size: 20px;
        font-weight: bold;
    }
    .perfumer-links p {
        font-size: 13px !important;
        line-height: 16px;
    }
    .prfum_nm h4 {
        font-size: 16px;
        margin-left: 0px !important;
    }
    .no_of_prfme h6 {
        font-size: 11px;
        margin-top: 10px;
    }
    .perfumer-categories .nav-tabs .nav-item {
        font-size: 12px;
        padding: 6px 5px;
        margin: 1px;
        line-height: 1;
        font-weight: 100;
    }
    .perfm_img_crt img {
        margin-top: 0px !important;
        width: 90px !important;
    }
    .perfume_prdct_cmnt_rat {
        margin-top: -20px !important;
    }
    .perfume_prdct_cmnt_rat a {
        font-size: 13px !important;
    }
    /* country region page responsive start */
    .country_aply {
        width: 23%;
        padding: 20px 10px 20px 6px !important;
        font-size: 15px;
    }
    .country_aply::after {
        right: 12px;
    }
    /* category product page */
    .cat_prduct_title h2 {
        font-size: 25px !important;
        margin-top: 6px !important;
    }
    .product-list .nav-tabs .cat_nav_itm:nth-child(2) {
        margin-top: -22px;
        margin-left: 28px;
    }
    .product-list .nav-tabs .cat_nav_itm {
        cursor: pointer;
        width: 24px;
        height: 24px;
        line-height: 17px;
        padding: 4px 5px !important;
    }
    .cat_prduct_src {
        margin-left: -6%;
    }
    .cat_slct_hd {
        position: absolute;
        top: 5%;
        left: 52%;
    }
    .cat_slct_itm .nice-select {
        height: 31px !important;
        line-height: 18px !important;
        position: absolute;
        right: 5%;
        top: 0%;
    }
    .cat_prdct_price {
        padding: 10px 11px 0px 0px !important;
        font-size: 9px !important;
        margin-top: -3px !important;
    }
    /* Note page responsive */
    .note_srt {
        padding-top: 12px;
        margin-left: -55px;
    }
    .note_srt .select-this .nice-select {
        width: 124px !important;
        font-size: 11px !important;
        height: 30px !important;
        line-height: 26px !important;
        margin-left: -11px;
    }
    .nt_srt_by {
        font-size: 12px;
        margin-left: 4px;
    }
    /* Product Details Page Responsive */
    .product_dtl_tab_tble {
        margin-left: -5%;
    }
    .product-details-img .tab-content .tab-pane img {
        /* width: 245px !important;
    height: 260px !important; */
        /* margin-left: -30px; */
        margin-top: 0px;
    }
    .new_tbl_product_dtl_right {
        border: 1px solid #8EC63F;
        /* height: 260px !important; */
        /* margin-left: -55px !important; */
    }
    .new_tbl_product_dtl_right .social_link2 li .prdct_icn {
        height: 28px !important;
        width: auto;
    }
    .new_tbl_product_dtl_right .social_link2 li .prdct_icn img {
        width: 32px;
    }
    .product-social-share .social_link {
        left: 45% !important;
    }
    .product-social-share .social_link ul li a img {
        height: 36px !important;
    }
    .product-details-img .nav-pills .nav-link {
        width: 100% !important;
        margin-top: 10px;
        margin-bottom: -6px;
    }
    .product-details-img .nav-pills {
        padding: 0px !important;
        margin-top: 1px !important;
    }
    .prdct_dtl_tbl h6,
    .prdct_dtl_tbl p {
        font-size: 11px !important;
    }
    .prdct_dtls_vdo .video-wrapper .right-content .video-img img {
        width: 96% !important;
        margin-left: 36% !important;
        margin-top: 5px !important;
    }
    .video-wrapper .right-content .video-img .video-icon {
        position: absolute;
        top: 49% !important;
        left: -3px !important;
    }
    .prdct_dtls_vdo .video-wrapper .right-content .video-img .video-icon a {
        width: 32px !important;
        height: 33px !important;
        margin-top: 28px !important;
        margin-left: 10px;
    }
    .prdct_dtls_vdo .video-wrapper .right-content .video-img .video-icon a i {
        font-size: 17px !important;
        right: -2px !important;
        top: -28px !important;
    }
    .prdct_qnt_btn {
        margin-left: 10px;
    }
    .prdct_qnt_btn .qnt_btn {
        width: 130px !important;
        margin-top: 6px;
    }
    .pls_mns_btn {
        height: 30px;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    .inpt_fld {
        height: 30px;
    }
    .product-details-content .btns a {
        color: #fff;
        padding: 5px 16px;
    }
    .product-details-description .tab-content {
        margin-top: -6.1%;
    }
}

@media only screen and (min-width:950px) and (max-width: 991px) {
    /* brand product page */
    .brnd_prdct_src {
        position: absolute;
        right: -4px;
        top: -50px;
    }
    .accounts_wrap .account_list_wrap .list_contet .single_list h6 {
        font-size: 19px;
    }
    .accounts_wrap .account_list_wrap .list_contet .single_list li a {
        font-size: 11px;
        line-height: 7px;
    }
    /* My address Page reesponsive  */
    .pg_title h2 {
        font-size: 32px;
    }
    .pg_title {
        padding-bottom: 0px;
    }
    .myaddres_sub_title h4 {
        font-size: 22px;
        margin-top: -34px;
    }
    .my_address_tab {
        font-size: 15px;
        padding: 0.2rem 1rem;
    }
    .myaddres_sub_sub_title {
        font-size: 15px !important;
        font-weight: bold;
    }
    /* your payment page responsive */
    .new_card_img img {
        height: 30px !important;
        width: auto !important;
    }
    .popup_button button {
        padding: 3px 8px;
        font-size: 12px;
        width: 55%;
    }
    .tgl_status2 {
        left: 60px;
    }
    .tgl_status {
        left: -60px;
    }
    .swt {
        margin-top: 0%;
        margin-left: 22%;
    }
    /* Dashboard -> My blend */
    .customer_blend_product .des p.title {
        font-size: 9px !important;
        line-height: 1.1em !important;
    }
    .customer_blend_product .des p.brand {
        font-size: 9px !important;
        line-height: 1.1em !important;
    }
    .customer_blend_product .des p.price {
        font-size: 9px !important;
    }
    .customer_blend_product .des p.gender {
        font-size: 9px !important;
    }
    .customer_blend_product .des-hover span {
        height: 20px !important;
        width: 20px !important;
        line-height: 17px !important;
        font-size: 11px;
        margin: 0px 0px !important;
    }
    /* customer order details page */
    .ordr_slct .nice-select {
        font-size: 12px;
        height: 30px;
        line-height: 27px;
    }
    .order_title_details {
        font-size: 11px;
        padding: 5px 11px;
    }
    .order_title_details p {
        font-size: 9px;
        line-height: 11px;
    }
    .order_title_details a {
        font-size: 11px;
    }
    .ordr_slct .btn {
        background-color: #8EC63F;
        padding: 4px 19px;
        font-size: 12px;
        margin-top: 5px;
    }
    /* add to cart modal */
    .ad_crt_modal {
        margin-top: 100px;
        height: auto;
        left: 8%;
    }
    .add_to_card_product_img img {
        height: 150px;
        margin: 0 auto;
        display: block;
    }
    .card_modal_details {
        margin-top: -38px !important;
    }
}

@media only screen and (min-width:992px) and (max-width: 999px) {
    .hero .btnw {
        padding: 18px 48px 18px 19px;
        font-size: 11px;
    }
    .btnw::after {
        font-size: 11px;
    }
    .hero .btnw {
        bottom: 25% !important;
        left: 19% !important;
    }
    .blenditem1 .select2-container--default .selection {
        width: 140px;
        margin-top: 8px;
        margin-left: 55px;
    }
    .singleProductImage {
        /* height: 104px !important; */
        width: auto;
        /* margin: 12px; */
    }
    /* brand product page */
    .brnd_select_hd {
        font-size: 13px !important;
    }
    .brnd_prdct_src {
        position: absolute;
        left: -20px;
    }
    /* Product Details Page Responsive */
    .product-details-img .tab-content .tab-pane img {
        /* width: 245px !important;
    height: 260px !important; */
        margin-left: -30px;
        margin-top: 0px;
    }
    .new_tbl_product_dtl_right {
        border: 1px solid #8EC63F;
        /* height: 260px !important; */
        margin-left: -35px;
    }
    .product-social-share .social_link ul li a img {
        height: 36px !important;
    }
    .new_tbl_product_dtl_right {
        border: 1px solid #8EC63F;
        /* height: 396px !important; */
        margin-left: -55px !important;
    }
    .new_tbl_product_dtl_right .social_link2 li .prdct_icn {
        height: 53px !important;
    }
    .new_tbl_product_dtl_right .social_link2 li .prdct_icn img {
        width: 46px;
    }
    .product-social-share .social_link {
        left: 33% !important;
    }
    .product-details-img .nav-pills .nav-link {
        width: 65% !important;
        margin-top: 10px;
        margin-bottom: -2px;
    }
    .product-details-img .nav-pills {
        padding: 0px !important;
    }
    .prdct_dtl_tbl h6,
    .prdct_dtl_tbl p {
        font-size: 11px !important;
    }
    .prdct_dtls_vdo .video-wrapper .right-content .video-img img {
        width: 65% !important;
        margin-left: 36% !important;
        margin-top: 5px !important;
    }
    .video-wrapper .right-content .video-img .video-icon {
        position: absolute;
        top: 49% !important;
        left: -3px !important;
    }
    .prdct_dtls_vdo .video-wrapper .right-content .video-img .video-icon a {
        width: 32px !important;
        height: 33px !important;
        margin-top: 28px !important;
        margin-left: 10px;
    }
    .prdct_dtls_vdo .video-wrapper .right-content .video-img .video-icon a i {
        font-size: 17px !important;
        right: -2px !important;
        top: -28px !important;
    }
    .prdct_qnt_btn {
        margin-left: 10px;
    }
    .prdct_qnt_btn .qnt_btn {
        width: 130px !important;
        margin-top: 6px;
    }
    .pls_mns_btn {
        height: 30px;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    .inpt_fld {
        height: 30px;
    }
    .product-details-content .btns a {
        color: #fff;
        padding: 5px 16px;
    }
    .brnd_nm {
        width: 105% !important;
    }
    .country_aply {
        width: 85%;
        padding: 20px 10px 20px 6px !important;
        font-size: 15px;
    }
    .country_aply::after {
        right: 12px;
    }
    /* your payment page responsive */
    .new_card_img img {
        height: 30px !important;
        width: auto !important;
    }
    .popup_button button {
        padding: 3px 8px;
        font-size: 12px;
        width: 50%;
    }
    .tgl_status2 {
        left: 60px;
    }
    .tgl_status {
        left: -60px;
    }
    /* Dashboard -> My blend */
    .customer_blend_product .des-hover span {
        height: 30px !important;
        width: 30px !important;
        line-height: 28px !important;
        font-size: 15px;
    }
    .ad_crt_modal {
        left: -13%;
    }
}

@media only screen and (min-width:1000px) and (max-width: 1049px) {
    .hero .btnw {
        padding: 18px 48px 18px 19px;
        font-size: 11px;
    }
    .btnw::after {
        font-size: 11px;
    }
    .hero .btnw {
        bottom: 25% !important;
        left: 19% !important;
    }
    .single_tranding {
        margin-bottom: -21px !important;
    }
    .single_tranding img {
        width: 100%;
        height: auto;
    }
    .single_tranding .des p.title {
        margin-bottom: -15px;
        margin-top: -15px;
    }
    .single_tranding .des p.index_product_brand {
        height: auto;
        font-size: 11px !important;
        line-height: 10px;
        margin-top: 9px;
    }
    .single_tranding .des p.brand {
        height: auto;
        font-size: 9px;
        line-height: 10px;
    }
    .single_tranding .des-hover {
        margin-top: -36px;
    }
    .about_info .barcode img {
        width: 135px !important;
        margin-top: -60px;
    }
    .about_area .about_info .about_text p {
        font-size: 12px;
        line-height: 14px;
        margin-top: -110px;
    }
    .about_area .about_info_2 p {
        font-size: 12px;
        line-height: 14px;
        font-family: Arial !important;
    }
    .home-slider {
        height: 360px;
    }
    .section-over2 {
        background-size: contain !important;
        height: 360px;
    }
    .hero-content h2 {
        font-size: 25px;
    }
    .hero-content h4 {
        font-size: 15px;
    }
    .about_area .about_info .social_link {
        position: absolute;
        left: 20%;
    }
    .about_area .about_info,
    .about_area .about_info_2 {
        height: 360px;
        width: 100%;
        margin-top: -45px;
    }
    .about_area .about_info .logo {
        margin-top: -62px;
    }
    .about_area .about_info .logo img {
        width: 116px;
        border-radius: 6px;
        height: 33px;
    }
    .about_area .about_info_2 .about_thumb img {
        margin-left: -44px;
        margin-top: -33px;
    }
    .about_area .about_info .social_link li a img {
        height: 30px;
    }
    .offers-img img {
        width: 85px !important;
        height: 85px;
    }
    .social_link li a img {
        height: 38px;
    }
    .ad_crt_modal {
        margin-top: 15px;
        left: -11%;
    }
    .product-gal-img img {
        height: 112px;
        width: 101px !important;
        display: block;
        margin-left: 103px !important;
        margin-top: -42px;
        margin-bottom: -65px;
    }
    .product-description-wrapper .product-title {
        font-size: 12px;
        line-height: 15px;
    }
    .prdct_prc {
        margin-top: -16px;
    }
    .product-description-wrapper .product-description-label,
    .product-description-wrapper .avialable-amount {
        font-size: 12px;
        width: 66px;
    }
    .product-description-wrapper .product-price {
        margin-left: 31px;
        font-size: 19px;
    }
    .product-description-wrapper .product-price-old {
        margin-left: 30px;
    }
    .inpt_grp {
        width: 121px;
    }
    .inpt_grp_lft {
        margin-right: -13px;
    }
    .inpt_grp_mdl {
        margin-right: -7px;
    }
    .inpt_grp_mth {
        margin-left: 15px;
    }
    .avilbl_amnt {
        width: 79px !important;
    }
    .ad_crt_btn {
        width: 40%;
        height: 30px;
        font-size: 11px !important;
        position: absolute;
        left: 27%;
    }
    .category-bg {
        padding-top: 150px !important;
    }
    .subcribe_area .subscribe_wrap p {
        font-size: 16px;
    }
    .subcribe_area .subscribe_wrap .subs_wrap {
        font-size: 16px;
    }
    .see-all-product .btnw2 {
        position: absolute;
        margin-top: -39px !important;
    }
    /* Myblend Page Responsive Start */
    .blenditem1 label {
        font-size: 15px !important;
        margin-right: 15px;
        margin-top: 6px;
    }
    .blenditem1 .select2-container--default .selection {
        width: 235px;
        margin-left: 15px;
    }
    .blenditem2 label {
        font-size: 15px !important;
        margin-right: 58px;
    }
    .blenditem2 .select2-container--default .selection {
        margin-right: 55px;
    }
    .blenditem3 label {
        font-size: 15px !important;
        margin-bottom: 13px;
        margin-right: 65px;
    }
    .blenditem3 .select2-container--default .selection {
        margin-right: 55px;
        margin-top: -9px;
    }
    .blenditem4 label {
        font-size: 15px !important;
        margin-right: 92px;
    }
    .blenditem4 .select2-container--default .selection {
        margin-right: 85px;
    }
    /* note page responsive start */
    .single_notes_product,
    .single_notes_null_product {
        width: 60px !important;
        margin-top: 0px !important;
    }
    /* brand Product page */
    .brnd_nm {
        width: 105% !important;
        margin-left: -13px !important;
    }
    .brnd_nm h4 {
        padding: 0px !important;
        font-size: 12px;
    }
    .brnd_prfl_img img {
        height: 130px !important;
    }
    .brnd_prfl_dtls {
        margin: 35px 0px 0px 40px !important;
        line-height: 10px !important;
    }
    .brnd_prfl_dtls h6 {
        line-height: 0px !important;
        font-size: 11px;
    }
    .brnd_prfl_description {
        margin-top: 15px !important;
        padding-left: 25px !important;
        padding-right: 25px !important;
    }
    .brnd_prfl_description p {
        font-size: 13px !important;
        line-height: 14px;
    }
    .product-filter h3 {
        font-size: 15px;
        margin-bottom: 10px !important;
        margin-left: 20px !important;
    }
    .product-filter .card .card-header h2 button {
        font-size: 12px !important;
    }
    .price_rangs_aside {
        padding: 12px 16px !important;
    }
    .price_rangs_aside h4 {
        font-size: 13px !important;
    }
    .product-list .nav-tabs .nav-item {
        margin-right: 9px;
        cursor: pointer;
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
    .brnd_select_hd {
        font-size: 13px !important;
    }
    .brnd_prdct_src {
        position: absolute;
        left: -20px;
    }
    .note_product_head p a {
        font-size: 12px !important;
    }
    .product_description .brand {
        font-size: 8px !important;
    }
    .note_product_cmnt a {
        font-size: 12px !important;
    }
    .product_rating {
        font-size: 12px;
    }
    .note_product_des_hover .des-hover span i {
        border: 1px solid !important;
        padding: 2px !important;
        font-size: 14px !important;
    }
    .note_product_bottom {
        height: 29px !important;
    }
    .note_product_des_hover {
        padding: 2px 0px !important;
    }
    .note_product_price {
        padding: 12px 8px !important;
        font-size: 11px !important;
        margin-top: -5px !important;
    }
    /* Perfumer Details Page */
    .prfum_nm h4 {
        margin-left: 371px !important;
    }
    /* category product page */
    .cat_prduct_title h2 {
        font-size: 25px !important;
        margin-top: 6px !important;
    }
    .cat_prdct_fltr h3 {
        margin-bottom: 1px !important;
        margin-left: 11px !important;
    }
    .product-list .nav-tabs .cat_nav_itm:nth-child(2) {
        margin-top: -22px;
        margin-left: 28px;
    }
    .product-list .nav-tabs .cat_nav_itm {
        cursor: pointer;
        width: 24px;
        height: 24px;
        line-height: 17px;
        padding: 4px 5px !important;
    }
    .cat_prduct_src {
        margin-left: 0%;
    }
    .cat_slct_hd {
        position: absolute;
        top: 5%;
        left: 65%;
    }
    .cat_slct_itm .nice-select {
        height: 31px !important;
        line-height: 18px !important;
        position: absolute;
        right: 5%;
        top: 0%;
    }
    /* Note page responsive */
    .note_srt {
        padding-top: 12px;
    }
    .note_srt .select-this .nice-select {
        width: 124px !important;
        font-size: 11px !important;
        height: 30px !important;
        line-height: 26px !important;
    }
    .nt_srt_by {
        font-size: 12px;
        margin-left: 20px;
    }
    /* Product Details Page Responsive */
    .product-details-img .tab-content .tab-pane img {
        /* width: 363px !important;
    height: 396px !important; */
        margin-left: -30px;
        margin-top: 0px;
    }
    .new_tbl_product_dtl_right {
        border: 1px solid #8EC63F;
        /* height: 396px !important; */
        margin-left: -55px !important;
    }
    .new_tbl_product_dtl_right .social_link2 li .prdct_icn {
        height: 53px !important;
    }
    .new_tbl_product_dtl_right .social_link2 li .prdct_icn img {
        width: 46px;
    }
    .product-social-share .social_link {
        left: 33% !important;
    }
    .product-details-img .nav-pills .nav-link {
        margin-top: 0px;
        margin-bottom: 12px;
    }
    .prdct_dtl_tbl h6,
    .prdct_dtl_tbl p {
        font-size: 11px !important;
    }
    .video-wrapper .right-content .video-img .video-icon {
        position: absolute;
        top: 49% !important;
        left: 15px !important;
    }
    .prdct_dtls_vdo .video-wrapper .right-content .video-img .video-icon a {
        width: 42px !important;
        height: 40px !important;
        margin-top: 20px !important;
        margin-left: 4px;
    }
    .prdct_dtls_vdo .video-wrapper .right-content .video-img .video-icon a i {
        font-size: 21px !important;
        right: -3px !important;
        top: -23px !important;
    }
    .prdct_qnt_btn {
        margin-left: 10px;
    }
    .prdct_qnt_btn .qnt_btn {
        width: 130px !important;
        margin-top: 6px;
    }
    .pls_mns_btn {
        height: 30px;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    .inpt_fld {
        height: 30px;
    }
    .product-details-content .btns a {
        color: #fff;
        padding: 5px 16px;
    }
    .singleProductImage {
        /* height: 104px !important; */
        width: auto;
        /* margin: 12px; */
    }
    /* your payment page responsive */
    .new_card_img img {
        height: 30px !important;
        width: auto !important;
    }
    .popup_button button {
        padding: 3px 8px;
        font-size: 12px;
        width: 59%;
    }
    .tgl_status2 {
        left: 60px;
    }
    .tgl_status {
        left: -60px;
    }
    /* Dashboard -> My blend */
    .customer_blend_product .des-hover span {
        height: 30px !important;
        width: 30px !important;
        line-height: 28px !important;
        font-size: 15px;
    }
}

@media only screen and (min-width:1050px) and (max-width: 1099px) {
    .hero .btnw {
        padding: 18px 48px 18px 19px;
        font-size: 11px;
    }
    .btnw::after {
        font-size: 11px;
    }
    .hero .btnw {
        bottom: 25% !important;
        left: 19% !important;
    }
    .single_tranding {
        margin-bottom: -21px !important;
    }
    .single_tranding img {
        width: 100%;
        height: auto;
    }
    .single_tranding .des p.title {
        margin-bottom: -15px;
        margin-top: -15px;
    }
    .single_tranding .des p.index_product_brand {
        height: auto;
        font-size: 11px !important;
        line-height: 10px;
        margin-top: 9px;
    }
    .single_tranding .des p.brand {
        height: auto;
        font-size: 9px;
        line-height: 10px;
    }
    .single_tranding .des-hover {
        margin-top: -36px;
    }
    .about_area .about_info .about_text p {
        font-size: 12px;
    }
    .about_area .about_info_2 p {
        font-size: 12px;
        font-family: Arial !important;
    }
    .home-slider {
        height: 360px;
    }
    .section-over2 {
        background-size: contain !important;
        height: 360px;
    }
    .hero-content h2 {
        font-size: 25px;
    }
    .hero-content h4 {
        font-size: 15px;
    }
    .about_area .about_info .social_link {
        position: absolute;
        left: 20%;
    }
    .about_area .about_info .about_text p {
        margin-top: -21px;
    }
    .about_area .about_info,
    .about_area .about_info_2 {
        height: 360px;
        width: 100%;
        margin-top: -45px;
    }
    .about_area .about_info .logo {
        margin-top: -62px;
    }
    .about_area .about_info .logo img {
        width: 116px;
        border-radius: 6px;
        height: 33px;
    }
    .about_info .barcode img {
        width: 135px !important;
        margin-top: -60px;
    }
    .about_area .about_info .about_text p {
        font-size: 12px;
        line-height: 14px;
        margin-top: -110px;
    }
    .about_area .about_info_2 p {
        font-size: 12px;
        line-height: 14px;
        font-family: Arial !important;
    }
    .about_area .about_info_2 .about_thumb img {
        margin-left: -44px;
        margin-top: -33px;
    }
    .about_area .about_info .social_link li a img {
        height: 30px;
    }
    .offers-img img {
        width: 85px !important;
        height: 85px;
    }
    .social_link li a img {
        height: 38px;
    }
    .ad_crt_modal {
        margin-top: 15px;
        left: -10%;
    }
    .product-gal-img img {
        height: 112px;
        width: 101px !important;
        display: block;
        margin-left: 103px !important;
        margin-top: -42px;
        margin-bottom: -65px;
    }
    .product-description-wrapper .product-title {
        font-size: 12px;
        line-height: 15px;
    }
    .prdct_prc {
        margin-top: -16px;
    }
    .product-description-wrapper .product-description-label,
    .product-description-wrapper .avialable-amount {
        font-size: 12px;
        width: 66px;
    }
    .product-description-wrapper .product-price {
        margin-left: 31px;
        font-size: 19px;
    }
    .product-description-wrapper .product-price-old {
        margin-left: 30px;
    }
    .inpt_grp {
        width: 121px;
    }
    .inpt_grp_lft {
        margin-right: -13px;
    }
    .inpt_grp_mdl {
        margin-right: -7px;
    }
    .inpt_grp_mth {
        margin-left: 15px;
    }
    .avilbl_amnt {
        width: 79px !important;
    }
    .ad_crt_btn {
        width: 40%;
        height: 30px;
        font-size: 11px !important;
        position: absolute;
        left: 27%;
    }
    .category-bg {
        padding-top: 160px !important;
    }
    .subcribe_area .subscribe_wrap p {
        font-size: 16px;
    }
    .subcribe_area .subscribe_wrap .subs_wrap {
        font-size: 16px;
    }
    .see-all-product .btnw2 {
        position: absolute;
        margin-top: -39px !important;
    }
    /* Myblend Page Responsive Start */
    .blenditem1 label {
        font-size: 15px !important;
        margin-right: 15px;
        margin-top: 6px;
    }
    .blenditem1 .select2-container--default .selection {
        width: 235px;
        margin-left: 15px;
    }
    .blenditem2 label {
        font-size: 15px !important;
        margin-right: 58px;
    }
    .blenditem2 .select2-container--default .selection {
        margin-right: 55px;
    }
    .blenditem3 label {
        font-size: 15px !important;
        margin-bottom: 13px;
        margin-right: 65px;
    }
    .blenditem3 .select2-container--default .selection {
        margin-right: 55px;
        margin-top: -9px;
    }
    .blenditem4 label {
        font-size: 15px !important;
        margin-right: 92px;
    }
    .blenditem4 .select2-container--default .selection {
        margin-right: 85px;
    }
    /* note page responsive start */
    .single_notes_product,
    .single_notes_null_product {
        width: 60px !important;
        margin-top: 0px !important;
    }
    /* brand Product page */
    .brnd_nm {
        width: 105% !important;
        margin-left: -13px !important;
    }
    .brnd_nm h4 {
        padding: 0px !important;
        font-size: 12px;
    }
    .brnd_prfl_img img {
        height: 135px !important;
    }
    .brnd_prfl_dtls {
        margin: 35px 0px 0px 40px !important;
        line-height: 10px !important;
    }
    .brnd_prfl_dtls h6 {
        line-height: 0px !important;
        font-size: 11px;
    }
    .brnd_prfl_description {
        margin-top: 15px !important;
        padding-left: 25px !important;
        padding-right: 25px !important;
    }
    .brnd_prfl_description p {
        font-size: 13px !important;
        line-height: 14px;
    }
    .product-filter h3 {
        font-size: 15px;
        margin-bottom: 10px !important;
        margin-left: 20px !important;
    }
    .product-filter .card .card-header h2 button {
        font-size: 12px !important;
    }
    .price_rangs_aside {
        padding: 12px 16px !important;
    }
    .price_rangs_aside h4 {
        font-size: 13px !important;
    }
    .product-list .nav-tabs .nav-item {
        margin-right: 9px;
        cursor: pointer;
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
    .brnd_select_hd {
        font-size: 13px !important;
    }
    .brnd_prdct_src {
        position: absolute;
        left: -20px;
    }
    .note_product_head p a {
        font-size: 12px !important;
    }
    .product_description .brand {
        font-size: 8px !important;
    }
    .note_product_cmnt a {
        font-size: 12px !important;
    }
    .product_rating {
        font-size: 12px;
    }
    .note_product_des_hover .des-hover span i {
        border: 1px solid !important;
        padding: 2px !important;
        font-size: 14px !important;
    }
    .note_product_bottom {
        height: 29px !important;
    }
    .note_product_des_hover {
        padding: 2px 0px !important;
    }
    .note_product_price {
        padding: 12px 8px !important;
        font-size: 11px !important;
        margin-top: -5px !important;
    }
    /* Perfumer Details Page */
    .prfum_nm h4 {
        margin-left: 371px !important;
    }
    /* category product page */
    .cat_prduct_title h2 {
        font-size: 25px !important;
        margin-top: 6px !important;
    }
    .cat_prdct_fltr h3 {
        margin-bottom: 1px !important;
        margin-left: 11px !important;
    }
    .product-list .nav-tabs .cat_nav_itm:nth-child(2) {
        margin-top: -22px;
        margin-left: 28px;
    }
    .product-list .nav-tabs .cat_nav_itm {
        cursor: pointer;
        width: 24px;
        height: 24px;
        line-height: 17px;
        padding: 4px 5px !important;
    }
    .cat_prduct_src {
        margin-left: 0%;
    }
    .cat_slct_hd {
        position: absolute;
        top: 5%;
        left: 65%;
    }
    .cat_slct_itm .nice-select {
        height: 31px !important;
        line-height: 18px !important;
        position: absolute;
        right: 5%;
        top: 0%;
    }
    /* Note page responsive */
    .note_srt {
        padding-top: 12px;
    }
    .note_srt .select-this .nice-select {
        width: 124px !important;
        font-size: 11px !important;
        height: 30px !important;
        line-height: 26px !important;
    }
    .nt_srt_by {
        font-size: 12px;
        margin-left: 20px;
    }
    /* Product Details Page Responsive */
    .product-details-img .tab-content .tab-pane img {
        /* width: 363px !important;
    height: 396px !important; */
        margin-left: -30px;
        margin-top: 0px;
    }
    .new_tbl_product_dtl_right {
        border: 1px solid #8EC63F;
        /* height: 396px !important; */
        margin-left: -55px !important;
    }
    .new_tbl_product_dtl_right .social_link2 li .prdct_icn {
        height: 53px !important;
    }
    .new_tbl_product_dtl_right .social_link2 li .prdct_icn img {
        width: 46px;
    }
    .product-social-share .social_link {
        left: 33% !important;
    }
    .prdct_dtl_tbl h6,
    .prdct_dtl_tbl p {
        font-size: 11px !important;
    }
    .video-wrapper .right-content .video-img .video-icon {
        position: absolute;
        top: 49% !important;
        left: 15px !important;
    }
    .prdct_dtls_vdo .video-wrapper .right-content .video-img .video-icon a {
        width: 42px !important;
        height: 40px !important;
        margin-top: 20px !important;
        margin-left: 4px;
    }
    .prdct_dtls_vdo .video-wrapper .right-content .video-img .video-icon a i {
        font-size: 21px !important;
        right: -3px !important;
        top: -23px !important;
    }
    .prdct_qnt_btn {
        margin-left: 10px;
    }
    .prdct_qnt_btn .qnt_btn {
        width: 130px !important;
        margin-top: 6px;
    }
    .pls_mns_btn {
        height: 30px;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    .inpt_fld {
        height: 30px;
    }
    .product-details-content .btns a {
        color: #fff;
        padding: 5px 16px;
    }
    .product-details-img .nav-pills {
        margin-top: 8px;
    }
    .singleProductImage {
        /* height: 104px !important; */
        width: auto;
        /* margin: 12px; */
    }
    /* your payment page responsive */
    .new_card_img img {
        height: 30px !important;
        width: auto !important;
    }
    .popup_button button {
        padding: 3px 8px;
        font-size: 12px;
        width: 59%;
    }
    .tgl_status2 {
        left: 60px;
    }
    .tgl_status {
        left: -60px;
    }
    /* Dashboard -> My blend */
    .customer_blend_product .des-hover span {
        height: 30px !important;
        width: 30px !important;
        line-height: 28px !important;
        font-size: 15px;
    }
}

@media only screen and (min-width:1100px) and (max-width: 1199px) {
    .hero .btnw {
        padding: 18px 48px 18px 19px;
        font-size: 11px;
    }
    .btnw::after {
        font-size: 11px;
    }
    .hero .btnw {
        bottom: 25% !important;
        left: 19% !important;
    }
    .single_tranding {
        margin-bottom: -21px !important;
    }
    .single_tranding img {
        width: 100%;
        height: auto;
    }
    .single_tranding .des p.title {
        margin-bottom: -15px;
        margin-top: -15px;
    }
    .single_tranding .des p.index_product_brand {
        height: auto;
        font-size: 11px !important;
        line-height: 12px !important;
        margin-top: 9px;
    }
    .single_tranding .des p.brand {
        height: auto;
        font-size: 9px;
        line-height: 10px;
    }
    .single_tranding .des-hover {
        margin-top: -36px;
    }
    .about_area .about_info .about_text p {
        font-size: 12px;
    }
    .about_area .about_info_2 p {
        font-size: 12px;
        font-family: Arial !important;
    }
    .home-slider {
        height: 360px;
    }
    .section-over2 {
        background-size: contain !important;
        height: 360px;
    }
    .hero-content h2 {
        font-size: 25px;
    }
    .hero-content h4 {
        font-size: 15px;
    }
    .about_area .about_info .social_link {
        position: absolute;
        left: 20%;
    }
    .about_area .about_info .about_text p {
        margin-top: -21px;
    }
    .about_area .about_info,
    .about_area .about_info_2 {
        height: 360px;
        width: 100%;
        margin-top: -45px;
    }
    .about_area .about_info .logo {
        margin-top: -62px;
    }
    .about_area .about_info .logo img {
        width: 116px;
        border-radius: 6px;
        height: 33px;
    }
    .about_info .barcode img {
        width: 135px !important;
        margin-top: -60px;
    }
    .about_area .about_info .about_text p {
        font-size: 12px;
        line-height: 14px;
        margin-top: -110px;
    }
    .about_area .about_info_2 p {
        font-size: 12px;
        line-height: 14px;
        font-family: Arial !important;
    }
    .about_area .about_info_2 .about_thumb img {
        margin-left: -44px;
        margin-top: -33px;
    }
    .about_area .about_info .social_link li a img {
        height: 30px;
    }
    .offers-img img {
        width: 85px !important;
        height: 85px;
    }
    .social_link li a img {
        height: 38px;
    }
    .ad_crt_modal {
        margin-top: 15px;
    }
    .product-gal-img img {
        height: 112px;
        width: 101px !important;
        display: block;
        margin-left: 103px !important;
        margin-top: -42px;
        margin-bottom: -65px;
    }
    .product-description-wrapper .product-title {
        font-size: 12px;
        line-height: 15px;
    }
    .prdct_prc {
        margin-top: -16px;
    }
    .product-description-wrapper .product-description-label,
    .product-description-wrapper .avialable-amount {
        font-size: 12px;
        width: 66px;
    }
    .product-description-wrapper .product-price {
        margin-left: 31px;
        font-size: 19px;
    }
    .product-description-wrapper .product-price-old {
        margin-left: 30px;
    }
    .inpt_grp {
        width: 121px;
    }
    .inpt_grp_lft {
        margin-right: -13px;
    }
    .inpt_grp_mdl {
        margin-right: -7px;
    }
    .inpt_grp_mth {
        margin-left: 15px;
    }
    .avilbl_amnt {
        width: 79px !important;
    }
    .ad_crt_btn {
        width: 40%;
        height: 30px;
        font-size: 11px !important;
        position: absolute;
        left: 27%;
    }
    .category-bg {
        padding-top: 170px !important;
    }
    .subcribe_area .subscribe_wrap p {
        font-size: 16px;
    }
    .subcribe_area .subscribe_wrap .subs_wrap {
        font-size: 16px;
    }
    .see-all-product .btnw2 {
        position: absolute;
        margin-top: -39px !important;
    }
    /* Myblend Page Responsive Start */
    .blenditem1 label {
        font-size: 15px !important;
        margin-right: 15px;
        margin-top: 6px;
    }
    .blenditem1 .select2-container--default .selection {
        width: 235px;
        margin-left: 15px;
    }
    .blenditem2 label {
        font-size: 15px !important;
        margin-right: 58px;
    }
    .blenditem2 .select2-container--default .selection {
        margin-right: 55px;
    }
    .blenditem3 label {
        font-size: 15px !important;
        margin-bottom: 13px;
        margin-right: 65px;
    }
    .blenditem3 .select2-container--default .selection {
        margin-right: 55px;
        margin-top: -9px;
    }
    .blenditem4 label {
        font-size: 15px !important;
        margin-right: 92px;
    }
    .blenditem4 .select2-container--default .selection {
        margin-right: 85px;
    }
    /* note page responsive start */
    .single_notes_product,
    .single_notes_null_product {
        width: 60px !important;
        margin-top: 0px !important;
    }
    /* brand Product page */
    .brnd_nm {
        width: 105% !important;
        margin-left: -13px !important;
    }
    .brnd_nm h4 {
        padding: 0px !important;
        font-size: 12px;
    }
    .brnd_prfl_img img {
        height: 135px !important;
    }
    .brnd_prfl_dtls {
        margin: 35px 0px 0px 40px !important;
        line-height: 10px !important;
    }
    .brnd_prfl_dtls h6 {
        line-height: 0px !important;
        font-size: 11px;
    }
    .brnd_prfl_description {
        margin-top: 15px !important;
        padding-left: 25px !important;
        padding-right: 25px !important;
    }
    .brnd_prfl_description p {
        font-size: 13px !important;
        line-height: 14px;
    }
    .product-filter h3 {
        font-size: 15px;
        margin-bottom: 10px !important;
        margin-left: 20px !important;
    }
    .product-filter .card .card-header h2 button {
        font-size: 12px !important;
    }
    .price_rangs_aside {
        padding: 12px 16px !important;
    }
    .price_rangs_aside h4 {
        font-size: 13px !important;
    }
    .product-list .nav-tabs .nav-item {
        margin-right: 9px;
        cursor: pointer;
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
    .brnd_select_hd {
        font-size: 13px !important;
    }
    .brnd_prdct_src {
        position: absolute;
        left: -20px;
    }
    .note_product_head p a {
        font-size: 12px !important;
    }
    .product_description .brand {
        font-size: 8px !important;
    }
    .note_product_cmnt a {
        font-size: 12px !important;
    }
    .product_rating {
        font-size: 12px;
    }
    .note_product_des_hover .des-hover span i {
        border: 1px solid !important;
        padding: 2px !important;
        font-size: 14px !important;
    }
    .note_product_bottom {
        height: 29px !important;
    }
    .note_product_des_hover {
        padding: 2px 0px !important;
    }
    .note_product_price {
        padding: 12px 8px !important;
        font-size: 11px !important;
        margin-top: -5px !important;
    }
    /* Perfumer Details Page */
    .prfum_nm h4 {
        margin-left: 371px !important;
    }
    /* category product page */
    .cat_prduct_title h2 {
        font-size: 25px !important;
        margin-top: 6px !important;
    }
    .cat_prdct_fltr h3 {
        margin-bottom: 1px !important;
        margin-left: 11px !important;
    }
    .product-list .nav-tabs .cat_nav_itm:nth-child(2) {
        margin-top: -22px;
        margin-left: 28px;
    }
    .product-list .nav-tabs .cat_nav_itm {
        cursor: pointer;
        width: 24px;
        height: 24px;
        line-height: 17px;
        padding: 4px 5px !important;
    }
    .cat_prduct_src {
        margin-left: 0%;
    }
    .cat_slct_hd {
        position: absolute;
        top: 5%;
        left: 65%;
    }
    .cat_slct_itm .nice-select {
        height: 31px !important;
        line-height: 18px !important;
        position: absolute;
        right: 5%;
        top: 0%;
    }
    /* Note page responsive */
    .note_srt {
        padding-top: 12px;
    }
    .note_srt .select-this .nice-select {
        width: 124px !important;
        font-size: 11px !important;
        height: 30px !important;
        line-height: 26px !important;
    }
    .nt_srt_by {
        font-size: 12px;
        margin-left: 20px;
    }
    /* Product Details Page Responsive */
    .product-details-img .tab-content .tab-pane img {
        /* width: 363px !important;
    height: 396px !important; */
        margin-left: -30px;
        margin-top: 0px;
    }
    .new_tbl_product_dtl_right {
        border: 1px solid #8EC63F;
        /* height: 396px !important; */
        margin-left: -55px !important;
    }
    .new_tbl_product_dtl_right .social_link2 li .prdct_icn {
        height: 53px !important;
    }
    .product-social-share .social_link {
        left: 33% !important;
    }
    .product-details-img .nav-pills .nav-link {
        margin-top: 10px;
        margin-bottom: 4px;
    }
    .prdct_dtl_tbl h6,
    .prdct_dtl_tbl p {
        font-size: 11px !important;
    }
    .video-wrapper .right-content .video-img .video-icon {
        position: absolute;
        top: 49% !important;
        left: 15px !important;
    }
    .prdct_dtls_vdo .video-wrapper .right-content .video-img .video-icon a {
        width: 42px !important;
        height: 40px !important;
        margin-top: 20px !important;
        margin-left: 4px;
    }
    .prdct_dtls_vdo .video-wrapper .right-content .video-img .video-icon a i {
        font-size: 21px !important;
        right: -3px !important;
        top: -23px !important;
    }
    .prdct_qnt_btn {
        margin-left: 10px;
    }
    .prdct_qnt_btn .qnt_btn {
        width: 130px !important;
        margin-top: 6px;
    }
    .pls_mns_btn {
        height: 30px;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    .inpt_fld {
        height: 30px;
    }
    .product-details-content .btns a {
        color: #fff;
        padding: 5px 16px;
    }
    .product-details-description .tab-content {
        margin-top: -4.7%;
    }
    .product-details-img .nav-pills {
        margin-top: -2px !important;
    }
    .singleProductImage {
        /* height: 104px !important; */
        width: auto;
        /* margin: 12px; */
    }
    /* Your Payment page responsive*/
    .payment_tab_nav {
        margin-bottom: 34px;
    }
    .popup_button button {
        font-size: 12px;
    }
    .tgl_status2 {
        left: 60px;
    }
    .tgl_status {
        left: -60px;
    }
    /* Dashboard -> My blend */
    .customer_blend_product .des-hover span {
        height: 30px !important;
        width: 30px !important;
        line-height: 28px !important;
        font-size: 15px;
    }
}

@media only screen and (min-width:1200px) and (max-width: 1299px) {
    .single_tranding {
        margin-bottom: -21px !important;
    }
    .single_tranding img {
        width: 100%;
        height: auto;
    }
    .single_tranding .des p.title {
        margin-bottom: -15px;
        margin-top: -15px;
    }
    .single_tranding .des p.index_product_brand {
        height: auto;
        margin-top: 9px;
    }
    .single_tranding .des p.brand {
        height: auto;
        line-height: 10px;
    }
    .single_tranding .des-hover {
        margin-top: -36px;
    }
    .about_area .about_info .about_text p {
        font-size: 12px;
    }
    .about_area .about_info_2 p {
        font-size: 12px;
        font-family: Arial !important;
    }
    .home-slider {
        height: 360px;
    }
    .section-over2 {
        background-size: contain !important;
        height: 360px;
    }
    .hero-content h2 {
        font-size: 25px;
    }
    .hero-content h4 {
        font-size: 15px;
    }
    .about_area .about_info .social_link {
        position: absolute;
        left: 24%;
        bottom: -2%;
    }
    .about_area .about_info .about_text p {
        margin-top: -21px;
    }
    .about_area .about_info,
    .about_area .about_info_2 {
        height: 360px;
        width: 100%;
        margin-top: -45px;
    }
    .about_area .about_info .logo {
        margin-top: -62px;
    }
    .about_area .about_info .logo img {
        width: 116px;
        border-radius: 6px;
        height: 33px;
    }
    .about_info .barcode img {
        width: 135px !important;
        margin-top: -60px;
    }
    .about_area .about_info .about_text p {
        font-size: 12px;
        line-height: 14px;
        margin-top: -110px;
    }
    .about_area .about_info_2 p {
        font-size: 12px;
        line-height: 14px;
        font-family: Arial !important;
    }
    .about_area .about_info_2 .about_thumb img {
        margin-left: -44px;
        margin-top: -33px;
    }
    .about_area .about_info .social_link li a img {
        height: 30px;
    }
    .offers-img img {
        width: 85px !important;
        height: 85px;
    }
    .social_link li a img {
        height: 38px;
    }
    .ad_crt_modal {
        margin-top: 15px;
    }
    .product-gal-img img {
        height: 112px;
        width: 101px !important;
        display: block;
        margin-left: 103px !important;
        margin-top: -42px;
        margin-bottom: -65px;
    }
    .product-description-wrapper .product-title {
        font-size: 12px;
        line-height: 15px;
    }
    .prdct_prc {
        margin-top: -16px;
    }
    .product-description-wrapper .product-description-label,
    .product-description-wrapper .avialable-amount {
        font-size: 12px;
        width: 66px;
    }
    .product-description-wrapper .product-price {
        margin-left: 31px;
        font-size: 19px;
    }
    .product-description-wrapper .product-price-old {
        margin-left: 30px;
    }
    .inpt_grp {
        width: 121px;
    }
    .inpt_grp_lft {
        margin-right: -13px;
    }
    .inpt_grp_mdl {
        margin-right: -7px;
    }
    .inpt_grp_mth {
        margin-left: 15px;
    }
    .avilbl_amnt {
        width: 79px !important;
    }
    .ad_crt_btn {
        width: 40%;
        height: 30px;
        font-size: 11px !important;
        position: absolute;
        left: 27%;
    }
    .category-bg {
        padding-top: 182px !important;
    }
    .subcribe_area .subscribe_wrap p {
        font-size: 16px;
    }
    .subcribe_area .subscribe_wrap .subs_wrap {
        font-size: 16px;
    }
    .see-all-product .btnw2 {
        position: absolute;
        margin-top: -39px !important;
    }
    /* Myblend Page Responsive Start */
    .blenditem1 label {
        font-size: 15px !important;
        margin-top: 6px;
    }
    .blenditem1 .select2-container--default .selection {
        width: 235px;
        margin-left: 24px;
    }
    .blenditem2 label {
        font-size: 15px !important;
        margin-right: 41px;
    }
    .blenditem2 .select2-container--default .selection {
        margin-right: 35px;
    }
    .blenditem3 label {
        font-size: 15px !important;
        margin-bottom: 13px;
        margin-right: 49px;
    }
    .blenditem3 .select2-container--default .selection {
        margin-right: 40px;
        margin-top: -9px;
    }
    .blenditem4 label {
        font-size: 15px !important;
        margin-right: 50px;
    }
    .blenditem4 .select2-container--default .selection {
        margin-right: 20px;
    }
    .blend4_transbg {
        margin-top: 30px;
    }
    /* note page responsive start */
    .single_notes_product,
    .single_notes_null_product {
        width: 70px !important;
        margin-top: 0px !important;
    }
    /* category product page */
    .cat_prduct_title h2 {
        font-size: 25px !important;
        margin-top: 6px !important;
    }
    .cat_prdct_fltr h3 {
        margin-bottom: 1px !important;
        margin-left: 11px !important;
    }
    .product-list .nav-tabs .cat_nav_itm {
        cursor: pointer;
        width: 24px;
        height: 24px;
        line-height: 17px;
        padding: 4px 5px !important;
    }
    .cat_prduct_src {
        margin-left: 0%;
    }
    .cat_slct_hd {
        position: absolute;
        top: 5%;
        left: 65%;
    }
    .cat_slct_itm .nice-select {
        height: 31px !important;
        line-height: 18px !important;
        position: absolute;
        right: 5%;
        top: 0%;
    }
    /* Note page responsive */
    .note_srt {
        padding-top: 12px;
    }
    .note_srt .select-this .nice-select {
        width: 124px !important;
        font-size: 11px !important;
        height: 30px !important;
        line-height: 26px !important;
    }
    .nt_srt_by {
        font-size: 12px;
        margin-left: 20px;
    }
    /* Product Details Page */
    .product-details-img .nav-pills {
        margin-top: 8px;
    }
    .singleProductImage {
        /* height: 104px !important; */
        width: auto;
        /* margin: 12px; */
    }
}

@media only screen and (min-width:1300px) and (max-width: 1399px) {
    .single_tranding {
        margin-bottom: -21px !important;
        height: 393px;
    }
    .single_tranding img {
        height: auto !important;
        width: 88% !important;
        margin: auto;
    }
    .single_tranding .des {
        padding: 8px 16px;
    }
    .single_tranding .des p.title {
        margin-bottom: 5px !important;
        font-size: 13px;
    }
    .single_tranding .des p.brand {
        margin-top: -12px;
        font-size: 12px;
    }
    .single_tranding .des p.price {
        margin-top: -8px;
        font-size: 12px;
    }
    .single_tranding .des-hover {
        margin-top: -15px;
    }
    .about_area .about_info .about_text p {
        font-size: 12px;
    }
    .about_area .about_info_2 p {
        font-size: 12px;
        font-family: Arial !important;
    }
    .home-slider {
        height: 441px;
    }
    .section-over2 {
        background-size: contain !important;
        height: 441px;
    }
    .about_area .about_info .social_link {
        position: absolute;
        left: 24%;
        bottom: -2%;
    }
    .about_area .about_info .about_text p {
        margin-top: -21px;
    }
    .about_area .about_info,
    .about_area .about_info_2 {
        height: 390px;
        width: 100%;
        padding: none;
        margin-top: -15px;
    }
    .about_area .about_info .logo img {
        width: 125px;
        border-radius: 6px;
        height: 42px;
    }
    .about_area .about_info_2 .about_thumb img {
        margin-left: -44px;
        margin-top: -5px;
        height: 150px;
    }
    .about_area .about_info .social_link li a img {
        height: 30px;
    }
    .offers-img img {
        width: 85px !important;
        height: 85px;
    }
    .social_link li a img {
        height: 38px;
    }
    .category-bg {
        background-size: contain !important;
    }
    .product-gal-img img {
        height: 112px;
        width: 101px !important;
        display: block;
        margin-left: 103px !important;
        margin-top: -42px;
        margin-bottom: -65px;
    }
    .product-description-wrapper .product-title {
        font-size: 12px;
        line-height: 15px;
    }
    .prdct_prc {
        margin-top: -16px;
    }
    .product-description-wrapper .product-description-label,
    .product-description-wrapper .avialable-amount {
        font-size: 12px;
        width: 66px;
    }
    .product-description-wrapper .product-price {
        margin-left: 31px;
        font-size: 19px;
    }
    .product-description-wrapper .product-price-old {
        margin-left: 30px;
    }
    .inpt_grp {
        width: 121px;
    }
    .inpt_grp_lft {
        margin-right: -13px;
    }
    .inpt_grp_mdl {
        margin-right: -7px;
    }
    .inpt_grp_mth {
        margin-left: 15px;
    }
    .avilbl_amnt {
        width: 79px !important;
    }
    .ad_crt_btn {
        width: 40%;
        height: 30px;
        font-size: 11px !important;
        position: absolute;
        left: 27%;
    }
    .category-bg {
        /* padding-top: 144px !important; */
        padding-top: 0px !important;
        background-size: 100% 100% !important;
        background-position: 0% 0% !important;
    }
    .subcribe_area .subscribe_wrap p {
        font-size: 16px;
    }
    .subcribe_area .subscribe_wrap .subs_wrap {
        font-size: 16px;
    }
    .see-all-product .btnw2 {
        position: absolute;
        margin-top: -39px !important;
    }
    /* Myblend Page Responsive Start */
    .blenditem1 label {
        font-size: 15px !important;
        margin-top: 6px;
    }
    .blenditem1 .select2-container--default .selection {
        width: 235px;
        margin-left: 24px;
    }
    .blenditem2 label {
        font-size: 15px !important;
        margin-right: 41px;
    }
    .blenditem2 .select2-container--default .selection {
        margin-right: 35px;
    }
    .blenditem3 label {
        font-size: 15px !important;
        margin-bottom: 13px;
        margin-right: 49px;
    }
    .blenditem3 .select2-container--default .selection {
        margin-right: 40px;
        margin-top: -9px;
    }
    .blenditem4 label {
        font-size: 15px !important;
        margin-right: 50px;
    }
    .blenditem4 .select2-container--default .selection {
        margin-right: 20px;
    }
    .blend4_transbg {
        margin-top: 30px;
    }
    /* category product page */
    .cat_prdct_fltr h3 {
        margin-bottom: 1px !important;
        margin-left: 11px !important;
    }
    .product-list .nav-tabs .cat_nav_itm {
        cursor: pointer;
        width: 24px;
        height: 24px;
        line-height: 17px;
        padding: 4px 5px !important;
    }
    .cat_prduct_src {
        margin-left: 0%;
    }
    .cat_slct_hd {
        position: absolute;
        top: 5%;
        left: 65%;
    }
    .cat_slct_itm .nice-select {
        height: 31px !important;
        line-height: 18px !important;
        position: absolute;
        right: 5%;
        top: 0%;
    }
    /* Note page responsive */
    .note_srt {
        padding-top: 12px;
    }
    .note_srt .select-this .nice-select {
        width: 124px !important;
        font-size: 11px !important;
        height: 30px !important;
        line-height: 26px !important;
    }
    .nt_srt_by {
        font-size: 12px;
        margin-left: 20px;
    }
}

@media only screen and (min-width:1400px) and (max-width: 5100px) {
    .single_tranding {
        margin-bottom: -21px !important;
        height: 393px;
    }
    .single_tranding img {
        height: auto !important;
        width: 88% !important;
        margin: auto;
    }
    .single_tranding .des {
        padding: 8px 25px;
    }
    .single_tranding .des p.title {
        margin-bottom: 5px !important;
    }
    .single_tranding .des p.brand {
        font-size: 12px;
    }
    .single_tranding .des p.price {
        margin-top: -8px;
        font-size: 12px;
    }
    .single_tranding .des-hover {
        margin-top: -15px;
    }
    /* category product page */
    .cat_prdct_fltr h3 {
        margin-bottom: 1px !important;
        margin-left: 11px !important;
    }
    .product-list .nav-tabs .cat_nav_itm {
        cursor: pointer;
        width: 24px;
        height: 24px;
        line-height: 17px;
        padding: 4px 5px !important;
    }
    .cat_prduct_src {
        margin-left: 0%;
    }
    .cat_slct_hd {
        position: absolute;
        top: 5%;
        left: 65%;
    }
    .cat_slct_itm .nice-select {
        height: 31px !important;
        line-height: 18px !important;
        position: absolute;
        right: 5%;
        top: 0%;
    }
}

@media only screen and (min-width:1400px) and (max-width: 1499px) {
    .home-slider {
        height: 450px;
    }
    .section-over2 {
        background-size: contain !important;
        height: 450px;
    }
    .about_area .about_info .about_text p {
        font-size: 12px;
    }
    .about_area .about_info_2 p {
        font-size: 12px;
        font-family: Arial !important;
    }
    .about_area .about_info .social_link {
        position: absolute;
        left: 29%;
        bottom: -2%;
    }
    .about_area .about_info .about_text p {
        margin-top: -21px;
    }
    .about_area .about_info,
    .about_area .about_info_2 {
        height: 390px;
        width: 100%;
        padding: none;
        margin-top: -15px;
    }
    .about_area .about_info .logo img {
        width: 125px;
        border-radius: 6px;
        height: 42px;
    }
    .about_area .about_info_2 .about_thumb img {
        margin-left: -44px;
        margin-top: 16px;
    }
    .about_area .about_info .social_link li a img {
        height: 30px;
    }
    .offers-img img {
        width: 85px !important;
        height: 85px;
    }
    .hero-content h2 {
        color: #fff;
        font-weight: 700;
        font-size: 25px;
    }
    .hero-content h4 {
        color: #fff;
        font-size: 18px;
        width: 100%;
    }
}

@media only screen and (min-width:1500px) and (max-width: 1599px) {
    .home-slider {
        height: 500px;
    }
    .section-over2 {
        background-size: contain !important;
        height: 500px;
    }
    .about_area .about_info .social_link {
        position: absolute;
        left: 28%;
        bottom: -2%;
    }
    .about_area .about_info .about_text p {
        margin-top: -21px;
        font-size: 14px;
    }
    .about_area .about_info_2 p {
        font-size: 14px;
        font-family: Arial !important;
    }
    .about_area .about_info,
    .about_area .about_info_2 {
        height: 438px;
        width: 100%;
        padding: none;
        margin-top: -15px;
    }
    .about_area .about_info .logo img {
        width: 125px;
        border-radius: 6px;
        height: 42px;
    }
    .about_area .about_info_2 .about_thumb img {
        margin-left: -44px;
        margin-top: 5px;
        height: 150px;
    }
    .about_area .about_info .social_link li a img {
        height: 35px;
    }
    .offers-img img {
        width: 85px !important;
        height: 85px;
    }
    .hero-content h2 {
        color: #fff;
        font-weight: 700;
        font-size: 25px;
    }
    .hero-content h4 {
        color: #fff;
        font-size: 18px;
        width: 100%;
    }
}

@media only screen and (min-width:1600px) and (max-width: 1699px) {
    .home-slider {
        height: 540px;
    }
    .section-over2 {
        background-size: contain !important;
        height: 540px;
    }
    .about_area .about_info .social_link {
        position: absolute;
        left: 28%;
        bottom: -2%;
    }
    .about_area .about_info .about_text p {
        margin-top: -100px;
        font-size: 15px;
    }
    .about_area .about_info_2 p {
        font-size: 15px;
        font-family: Arial !important;
    }
    .about_area .about_info,
    .about_area .about_info_2 {
        height: 480px;
        width: 100%;
        padding: none;
        margin-top: -15px;
    }
    .about_area .about_info .logo img {
        width: 125px;
        border-radius: 6px;
        height: 42px;
    }
    .about_area .about_info_2 .about_thumb img {
        margin-left: -44px;
        margin-top: 32px;
        height: 150px;
    }
    .about_area .about_info .social_link li a img {
        height: 40px;
    }
    .offers-img img {
        width: 85px !important;
        height: 85px;
    }
    .hero-content h2 {
        color: #fff;
        font-weight: 700;
        font-size: 25px;
    }
    .hero-content h4 {
        color: #fff;
        font-size: 18px;
        width: 100%;
    }
}

@media only screen and (min-width:1700px) and (max-width: 1799px) {
    .home-slider {
        height: 565px;
    }
    .section-over2 {
        background-size: contain !important;
        height: 565px;
    }
    .about_area .about_info .social_link {
        position: absolute;
        left: 28%;
        bottom: -2%;
    }
    .about_area .about_info .about_text p {
        margin-top: -100px;
        font-size: 15px;
    }
    .about_area .about_info_2 p {
        font-size: 15px;
        font-family: Arial !important;
    }
    .about_area .about_info,
    .about_area .about_info_2 {
        height: 510px;
        width: 100%;
        padding: none;
        margin-top: -15px;
    }
    .about_area .about_info .logo img {
        width: 125px;
        border-radius: 6px;
        height: 42px;
    }
    .about_area .about_info_2 .about_thumb img {
        margin-left: -44px;
        margin-top: 45px;
        height: 155px;
    }
    .about_area .about_info .social_link li a img {
        height: 40px;
    }
    .offers-img img {
        width: 85px !important;
        height: 85px;
    }
    .hero-content h2 {
        color: #fff;
        font-weight: 700;
        font-size: 25px;
    }
    .hero-content h4 {
        color: #fff;
        font-size: 18px;
        width: 100%;
    }
}

@media only screen and (min-width:1800px) and (max-width: 1899px) {
    .home-slider {
        height: 580px;
    }
    .section-over2 {
        background-size: contain !important;
        height: 580px;
    }
    .about_area .about_info .social_link {
        position: absolute;
        left: 28%;
        bottom: -2%;
    }
    .about_area .about_info .about_text p {
        margin-top: -100px;
        font-size: 15px;
    }
    .about_area .about_info_2 p {
        font-size: 15px;
        font-family: Arial !important;
    }
    .about_area .about_info,
    .about_area .about_info_2 {
        height: 525px;
        width: 100%;
        padding: none;
        margin-top: -15px;
    }
    .about_area .about_info .logo img {
        width: 125px;
        border-radius: 6px;
        height: 42px;
    }
    .about_area .about_info_2 .about_thumb img {
        margin-left: -44px;
        margin-top: 45px;
        height: 155px;
    }
    .about_area .about_info .social_link li a img {
        height: 40px;
    }
    .offers-img img {
        width: 85px !important;
        height: 85px;
    }
    .hero-content h2 {
        color: #fff;
        font-weight: 700;
        font-size: 25px;
    }
    .hero-content h4 {
        color: #fff;
        font-size: 18px;
        width: 100%;
    }
}

@media only screen and (min-width:1900px) and (max-width: 1920px) {
    .home-slider {
        height: 615px;
    }
    .section-over2 {
        background-size: contain !important;
        height: 615px;
    }
    .about_area .about_info .about_text p {
        margin-top: -140px;
        font-size: 17px;
    }
    .about_area .about_info_2 p {
        font-size: 17px;
        font-family: Arial !important;
    }
    .about_area .about_info,
    .about_area .about_info_2 {
        height: 560px;
        width: 100%;
        padding: none;
        margin-top: -15px;
    }
    .about_area .about_info .logo img {
        width: 125px;
        border-radius: 6px;
        height: 42px;
    }
    .about_area .about_info_2 .about_thumb img {
        margin-left: -44px;
        margin-top: 45px;
        height: 155px;
    }
    .about_area .about_info .social_link li a img {
        height: 45px;
    }
    .about_area .about_info .social_link {
        position: absolute;
        left: 28%;
        bottom: 4%;
    }
    .offers-img img {
        width: 85px !important;
        height: 85px;
    }
    .hero-content h2 {
        color: #fff;
        font-weight: 700;
        font-size: 25px;
    }
    .hero-content h4 {
        color: #fff;
        font-size: 18px;
        width: 100%;
    }
}

@media only screen and (max-width:1920px) {
    .home_about_area {
        background-size: 100% 100% !important;
    }
}

@media only screen and (min-width:1921px) {
    .home-slider {
        height: 380px;
    }
    .section-over2 {
        background-size: contain !important;
        height: 380px;
    }
    .about_area .about_info .about_text p {
        margin-top: -140px;
        font-size: 17px;
    }
    .about_area .about_info_2 p {
        font-size: 17px;
        font-family: Arial !important;
    }
    .about_area .about_info,
    .about_area .about_info_2 {
        height: 360px;
        width: 100%;
        padding: none;
        margin-top: -15px;
    }
    .about_area .about_info .logo img {
        width: 125px;
        border-radius: 6px;
        height: 42px;
    }
    .about_area .about_info_2 .about_thumb img {
        margin-left: -44px;
        margin-top: 45px;
        height: 155px;
    }
    .about_area .about_info .social_link li a img {
        height: 45px;
    }
    .about_area .about_info .social_link {
        position: absolute;
        left: 28%;
        bottom: 4%;
    }
    .offers-img img {
        width: 85px !important;
        height: 85px;
    }
    .hero-content h2 {
        font-size: 25px;
    }
    .hero-content h4 {
        color: #fff;
        font-size: 18px;
        width: 100%;
    }
    .hero {
        height: -1px;
    }
    .hero .btnw {
        position: absolute !important;
        left: 12% !important;
    }
    /* .large_screen_cont {
margin-left: 0%;
} */
    /* .home-slider .owl-carousel.owl-drag .owl-item {
width: 1140px !important;
} */
}

@media only screen and (min-width: 650px) and (max-width: 840px) {
    .Subscription_area2 .btnw {
        position: absolute;
        top: 13px;
        right: 30px !important;
    }
}

@media only screen and (min-width: 850px) and (max-width: 1399px) {
    .see-all-product .btnw2 {
        position: absolute;
        right: 18%;
        margin-top: -39px;
    }
}

@media only screen and (min-width: 950px) and (max-width: 991px) {
    .social_link li a img {
        height: 35px;
    }
}

@media only screen and (min-width: 1300px) and (max-width: 5000px) {
    .category-bg {
        padding-top: 144px !important;
        background-size: 100% 100% !important;
        background-position: 0% 0% !important;
    }
    .subcribe_area .subscribe_wrap p {
        font-size: 16px;
    }
    .subcribe_area .subscribe_wrap .subs_wrap {
        font-size: 17px;
    }
}

.col-xs-0 {
    width: 0% !important;
    height: 0px !important;
}

.col-xs-1 {
    width: 8.33% !important;
}

.col-xs-2 {
    width: 16.67% !important;
}

.col-xs-3 {
    width: 25% !important;
}

.col-xs-4 {
    width: 33.33% !important;
}

.col-xs-5 {
    width: 41.66% !important;
}

.col-xs-6 {
    width: 50% !important;
}

.col-xs-7 {
    width: 58.33% !important;
}

.col-xs-8 {
    width: 66.66% !important;
}

.col-xs-9 {
    width: 75% !important;
}

.col-xs-10 {
    width: 83.33% !important;
}

.col-xs-11 {
    width: 91.66% !important;
}

.col-xs-12 {
    width: 100% !important;
}

.accounts_wrap .account_list_wrap .list_contet .single_list h6,
header .header_area .header_top .right-box .header_right .lang_currency a {
    color: #2f2c2c;
}

.accounts_wrap .account_list_wrap {
    z-index: 99999 !important;
}

.input-group--style-2 .input-group-btn:not(:last-child)>.btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right-color: #FFF !important;
    border: 1px solid #8Ec63F;
    background-color: #fff !important;
}

.input-group--style-2 .input-group-btn:not(:first-child)>.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left-color: #FFF !important;
    border: 1px solid #8Ec63F;
    margin-left: -7px;
    background-color: #fff !important;
}

.form-control {
    border-color: #8Ec63F !important;
}

.product-gal-img img {
    margin-left: -46px;
}

.new_item_carousel .owl-dots {
    position: absolute;
    left: 52%;
    transform: translateX(-50%);
    bottom: -10px;
    padding: 10px;
    display: flex;
    flex-direction: row;
}

.about_area .about_info .about_text p {
    font-family: Arial !important;
}


/* ==========================Product Details Page======================== */

.product-details-img .tab-content .tab-pane img {
    width: 100%;
    height: auto;
    border: 1px solid #8EC63F;
}

.product-details-img .tab-content .product-toggle-right {
    position: absolute;
    right: 6px;
    top: 0px;
    border: 1px solid #8EC63F;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.product-details-img .tab-content .product-toggle-right .social_link2 {
    margin-top: 13px;
}

.product-details-img .tab-content .product-toggle-right .prdct_icn {
    margin-top: 0px;
    color: #333;
    height: 62.5px;
    width: 58px;
    text-align: center;
    border-bottom: 1px solid #ccc;
    font-size: 22px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    background: none;
}

.product-details-img .nav-pills {
    padding: 2px;
    margin-top: 10px;
}

.product-details-img .nav-pills .nav-link {
    height: auto;
    width: 65%;
    margin-left: 35%;
    border: 1px solid #8EC63F !important;
}

.prdct_dtls_vdo .video-wrapper .right-content .video-img img {
    height: auto;
    width: 65%;
    margin-left: 35%;
    border-radius: 4px;
    border: 0.5px solid #cbcbcb6e;
}

.prdct_dtls_vdo .video-wrapper .right-content .video-img .video-icon a {
    width: 50px;
    height: 50px;
    margin-top: 8px;
}

.prdct_dtls_vdo .video-wrapper .right-content .video-img .video-icon a::after {
    border: 56px solid rgba(255, 255, 255, 0.4);
    left: -31px;
    top: -31px;
}

.prdct_dtls_vdo .video-wrapper .right-content .video-img .video-icon a i {
    font-size: 25px;
    right: -4px;
    top: -15px;
}

.merchant_name b a {
    color: #000;
}

.merchant_name b a:hover {
    color: #8EC63F;
}

.prdct_dtl_tbl h6 {
    border-top: 2px solid rgb(128, 128, 128);
    font-size: 15px;
    margin-top: -14px;
    color: #505050;
}

.prdct_dtls_safety_data {
    margin-top: -25px;
}

.prdct_dtls_nt {
    margin-top: 7px !important;
}

.midl_bottom_note {
    margin-top: -30px !important
}

.prdct_dtls_right_link {
    color: #8EC63F !important;
    height: auto !important;
    background: none !important;
    width: 100% !important;
    text-align: left !important;
    border: none !important;
    font-size: 16px !important;
}


/* @media only screen and (max-width: 1499px) {
.prdct_dtls_modal_dialog {
    margin-right: 372px;
}
} */

.prdct_details_modal_content {
    width: 1080px;
    height: 608px;
}

.prodct_dtls_modal_head a {
    background: none !important;
    height: auto !important;
    width: auto !important;
    border-bottom: none !important;
    justify-content: center;
    display: flex;
    flex-direction: row;
}

.prodct_dtls_modal_head a img {
    width: 200px !important;
    margin-left: 40%;
}

.prdct_mdl_img a {
    background: none !important;
    height: auto !important;
    width: auto !important;
    border-bottom: none !important;
    justify-content: center;
    display: flex;
    flex-direction: row;
}

.prdct_mdl_img a img {
    height: auto;
    width: 255px !important;
    margin: 23px 0px 0px 22px;
    border: 1px solid #cbcbcb;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 5px -5px 15px -11px;
}

.prdct_dtls_mdl_scl_lnk {
    margin-top: 15px;
}

.prdct_dtls_mdl_scl_lnk a {
    background: none !important;
    height: auto !important;
    width: auto !important;
    border-bottom: none !important;
    justify-content: center;
    display: flex;
    flex-direction: row;
}

.prdct_dtls_mdl_scl_lnk a img {
    border: none !important;
    background-color: none !important;
    border-radius: none !important;
    box-shadow: none !important;
}

.prdct_dtls_mdl_scl_lnk {
    margin: -10px 0px 0px 6px;
}

.prdct_dtls_mdl_scl_lnk ul li {
    margin-right: -31px !important;
}

.prdct_dtls_mdl_cls {
    background-color: #8EC63F;
    font-size: 12px;
    padding: 2px 10px;
    border: 1px solid #8EC63F;
    border-radius: 4px;
}

.prdct_dtl_mdl_right {
    position: relative;
}

.prdct_dtl_mdl_right img {
    height: 240px;
    width: 240px;
    margin-left: -5%;
}

.tp_nt {
    position: absolute;
    top: 13%;
    left: 29%;
}

.tp_nt ul li img {
    height: 13px;
    width: 13px;
    display: block;
    margin: 2px 3px;
}

.mdl_nt {
    position: absolute;
    top: 44%;
    left: 16%;
}

.mdl_nt ul li img {
    height: 13px;
    width: 13px;
    display: block;
    margin: 2px 8px;
}

.bs_nt {
    position: absolute;
    top: 75%;
    left: -22%;
}

.bs_nt ul li img {
    height: 16px;
    width: 16px;
    display: block;
    margin: 5px 10px;
}

.prdctdlt_brnd a {
    color: #000;
}

.prdctdlt_brnd:hover a {
    color: #fff;
}


/*================ header Modal ================*/

.authnticate_btn {
    position: absolute;
    bottom: 20px;
}


/*================ my Compare List ================*/

.cmpr_subtle {
    margin-top: 20px;
}

.cmpr_sub_hd h2 {
    font-size: 16px;
}


/*================ Compare List ================*/

.cmpr_lst img {
    width: 100% !important;
    height: auto;
}

.cmpr_lst_prdct .owl-nav .owl-prev {
    margin-left: -33px;
}

.cmpr_lst_prdct .owl-nav .owl-next {
    margin-right: -33px;
}

.my_compare_single_tranding {
    height: auto !important;
}


/*================ Notes Product Page ================*/

.note_single_prodct {
    padding: 0px 55px;
}

.note_product_dtl {
    padding: 15px 15px 0px 0px;
}

.note_product_item {
    background-color: #fff;
    /* height: 170px; */
}

.note_product_head p {
    padding-top: 10px;
}

.note_product_head p a {
    font-size: 15px;
    height: 4em;
    line-height: 1em;
    color: rgb(0 0 0 / 0.75) !important;
    font-weight: bold;
}

.product_description .brand {
    width: fit-content;
    font-size: 12px;
    /* font-weight: bold; */
    letter-spacing: 1px;
}

.product_description .brand:hover a {
    /* background: #8EC63F !important;*/
    color: #8EC63F !important;
    cursor: pointer;
}

.note_product_dtl a {
    color: #000;
}

.note_product_dtl a:hover {
    color: #fff !important;
    cursor: pointer;
}

.note_product_head p a:hover {
    color: #8EC63F !important;
    cursor: pointer;
}

.note_product_cmnt a {
    margin: -45px 13px 0px 0px;
    color: #8EC63F;
    font-family: Helvetica Neue !important;
    font-size: 13px;
}

.note_product_cmnt a:hover {
    color: #000 !important;
}

.product_rating {
    margin: -12px 15px 0px 0px;
    white-space: nowrap;
}

.note_product_bottom {
    background: rgba(142, 198, 63, 0.1);
    height: 35px;
    margin-top: -3px;
}

.note_product_price {
    padding: 8px 15px;
    font-size: 13px;
    font-family: Helvetica Neue !important;
    white-space: nowrap;
}

.note_product_des_hover {
    padding: 3px 0px;
}

.note_product_des_hover .des-hover span i {
    border: 2px solid;
    font-size: 17px;
    padding: 4px;
}

.note_product_des_hover .des-hover span i:hover {
    border: 2px solid #8EC63F;
    color: #fff;
    background-color: #8EC63F;
    cursor: pointer;
}

.note_filter {
    padding: 0px 55px;
}

.note_product_filter {
    border: 1px solid #cbcbcb;
    border-radius: 4px;
    background: rgb(142 198 63/30%);
}

.note_item_filter_child {
    padding: 10px 0px;
}

.note_item_filter_child .select-this .nice-select {
    width: 165px !important;
}

.note_item_filter_child .secnd_fltr {
    margin-left: 68px;
}

.note_search {
    padding: 15px 15px;
}

.note_search .note_src_box {
    width: 93%;
}


/*================ note page ================*/

#rdmr {
    display: none;
}

.ghjk {
    margin-top: -5px;
    color: #8EC63F !important;
}

.ghjk:hover {
    cursor: pointer
}


/* Brand page  */

.brnd_prfl {
    border: 1px solid #c1c1c1;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 2px 2px 11px #cbcbcb;
}

.brnd_nm {
    background: rgba(247, 250, 252, 0.7);
    border: 0.5px solid #cbcbcb;
    border-radius: 7px;
    margin: 25px 0;
}

.brnd_about {
    background: rgba(247, 250, 252, 0.7);
    border-radius: 7px;
    margin-top: 30px;
}

.brnd_nm h4 {
    padding: 4PX 0PX 0px 0px;
    margin-top: 8px;
    font-family: Arial Rounded MT Bold !important;
}

.brnd_prfl_img img {
    display: block;
}

.right_border {
    border-right: 1px solid #ddd;
    height: 100%;
    margin-right: -23%;
}

.brnd_prfl_dtls h6 {
    line-height: 2px;
}

.brnd_prfl_dtls h6 a:hover {
    color: #8EC63F;
}

.brnd_prfl_dtls {
    margin: 57px 0px 0px -13px;
    line-height: 19px;
    color: #565656;
}

.brnd_prfl_description {
    margin-top: 25px;
    text-align: justify;
    padding-bottom: 25px;
    padding-left: 40px;
    padding-right: 40px;
}

.brnd_prfl_description p {
    font-size: 17px;
    font-family: Helvetica Neue Light !important;
}

.brand_product_body {
    margin-top: 25px;
}

.brnd_prdct_cmnt {
    margin-top: -18px;
}

.brnd_select_hd {
    font-size: 16px;
}

.brnd_select_hd span {
    margin: 0px 5px;
}

.brnd_slct .right-content .select-itms .nice-select {
    margin-left: -10px !important;
}


/* pagination Modified by dipa*/

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #8ec63f!important;
    border-color: #8ec63f !important;
}

.pagination a {
    line-height: 16px !important;
}
.sample-subscription .frontpage_pagination .pagination a {
    border: none;
}


/* perfumer details page */

.perfumer_prfl_head p {
    font-size: 16px;
}

.perfume_name_counter {
    background-color: #fff;
    border: 1px solid #cbcbcb;
    border-radius: 4px;
}

.prfme_title p {
    font-size: 16px;
}

.perfumer-links p {
    font-size: 16px;
    font-family: Arial !important;
}

.prfum_nm h4 {
    margin-left: 455px;
    margin-top: 5px;
    font-family: Arial Rounded MT Bold !important;
}

.no_of_prfme {
    margin-top: 12px;
    color: #777777;
}


/* Astrology Page */

.astrology_prdct_cmnt {
    margin-top: -45px;
}


/* Blog Page */

.Blog_header_area .main_header .social_links ul li a:hover {
    color: #141414;
}

.Blog_header_area .main_header .blog_search_form {
    display: inline-block;
    color: #777777;
    font-family: 'Heebo', 'Arial';
    font-weight: 500;
    font-size: 20px;
}

.blog_header_social_icon ul li a img {
    height: 29px;
}

.blog_header_social_icon ul li a,
.blog_header_social_icon ul li {
    margin-right: 0px;
    position:relative;
}


/* compare list page */

.cmpr_lst_product ul li span,
.cmpr_lst_product ul li a {
    font-size: 13px;
    text-align: right;
}


/* Events Page */

.evnt_transp_back {
    background-color: rgba(247, 250, 252, 0.7);
    border-radius: 7px;
    padding: 30px 20px;
}

.evnt_vdo_wrpr .video-wrapper .right-content .video-img .video-icon {
    top: 37% !important;
}

.blog_common_title {
    font-size: 30px;
    margin-top: 30px;
}

.evnt_srvc_mta h4 a:hover {
    color: #8EC63F;
}

.evnt_srvc_mta {
    margin-top: 20px;
}


/* note page */

.note_single_tag i {
    font-size: 14px;
    color: #b1b3b4;
}

.note_single_tag i:last-child {
    display: none;
}

.single_note_des {
    font-family: Helvetica Neue Light !important;
}

.single_notes_product,
.single_notes_null_product {
    width: 80px;
    height: auto;
    margin: auto;
    display: block;
    margin-top: 25px;
}

.single_notes_url p {
    text-align: center;
    color: #000;
}


/* Currency_Change page Design */

.currency_dtls_right a {
    color: #8EC63F;
}

.currency_dtls_right a:hover {
    color: #000 !important;
}

.currency_dtls_right p {
    text-align: justify;
}

.currency_dtls_left a {
    color: #000;
}

.currency_dtls_right a:hover {
    color: #8EC63F;
}

.currency_lang_input {
    color: #000;
}

.currency_page_devider {
    width: 100%;
    margin-top: 20px;
}

.currency_divider_inner {
    height: 44px;
    margin-bottom: -18px;
    background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, .14), rgba(0, 0, 0, .03) 3px, transparent);
    background: linear-gradient(to bottom, rgba(0, 0, 0, .14), rgba(0, 0, 0, .03) 3px, transparent);
    z-index: 0;
    zoom: 1;
}

.currency_divider_inner:after {
    display: block;
    width: 100%;
    height: 44px;
    background-color: transparent;
    background: -webkit-linear-gradient(to right, transparent, rgba(255, 255, 255, 0), transparent);
    ;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0), transparent);
    ;
    z-index: 1;
    content: "";
}

.currency_select .nice-select {
    width: 100% !important;
}

.currency_cncl {
    background-color: #b1b3b4;
    float: left;
    width: 20%;
    padding: 15px 16px 15px 5px !important;
    font-size: 10px !important;
    color: #fff;
    border: 1px solid #8ec63f;
}

.currency_cncl:hover,
.currency_cncl:hover::after {
    color: #8EC63F;
}

.currency_cncl::before {
    background-color: #cbcbcb;
    color: #000;
}

.currency_cncl::after {
    font-size: 10px;
    right: 6px;
    color: #fff;
}

.sv_chnge {
    margin-left: 5px;
    padding: 20px 15px 20px 15px !important;
    font-size: 13px !important;
    margin-top: 10%;
}

.sv_chnge::after {
    font-size: 12px;
    right: 12px;
}


/* Aboutus page design start */

.teammenber_profile {
    position: relative;
}

.teammember_details {
    position: absolute;
    bottom: 20px;
    left: 28px;
    line-height: 0px;
}

.teammember_details h3 {
    color: #8EC63F;
}

.teammember_details h4 {
    color: #fff;
}

.teammember_corner {
    background-color: rgba(142, 198, 63, 0.2);
    border-radius: 7px;
    padding: 10px;
}

.single_tm_member {
    margin: 15px 0px;
}

.team_mmbr_mdl_content {
    margin-top: 28%;
    width: 610px;
}

.team_mmbr_img img {
    border-radius: 50%;
    height: 150px;
}

.tmmbr_about {
    text-align: justify;
}

.tmmbr_designation {
    color: #858585;
    font-size: 16px;
}

@media only screen and (max-width: 575px) {
    .team_mmbr_mdl_content {
        width: 100%;
        margin: 0 auto;
        display: block;
    }
    .tmmbr_about {
        font-size: 11px !important;
        line-height: 17px !important;
    }
    .teammember_details {
        left: 20px;
    }
    .teammember_details h3 {
        font-size: 13px;
    }
    .teammember_details h4 {
        font-size: 11px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .team_mmbr_mdl_content {
        margin-top: 24%;
        width: 540px;
        margin-left: -4%;
    }
    .teammember_details h3 {
        font-size: 16px;
    }
    .teammember_details h4 {
        font-size: 13px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .team_mmbr_mdl_content {
        margin-top: 35%;
        width: 610px;
        margin-left: -10%;
    }
    .teammember_details h3 {
        font-size: 18px;
    }
    .teammember_details h4 {
        font-size: 16px;
    }
}


/* radio button background color change */

.custom-radio .custom-control-label::before {
    border: 1px solid #b1b3b4 !important;
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #8EC63F !important;
}


/* checkbox background color */

input[type="checkbox" i]::before {
    background-color: #8EC63F;
    cursor: default;
    appearance: checkbox;
}


/* Blog post Page */

.blog_banner .blog_banner_active {
    box-shadow: 1px 35px 35px -22px rgba(0, 0, 0, 0.5);
}

.blog_post_text h4,
.blog_post_text h3,
.blog_post_text h2,
.blog_detail_common_title a,
.blog-details .blog-title h2,
.blog-details .blog-comment h2 {
    text-align: left;
    font-family: Arial Rounded MT !important;
}

.blog_post_text .info {
    text-align: left;
    font-family: Arial !important;
}

.blog_post_text .service_bottom,
.service_lists_view .single_post .meta,
.blog-details .blog-date p,
.blog-details .blog-meta .author p {
    font-family: Helvetica neue !important;
}

.service_lists_view .sngl_blog {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #cbcbcb;
}

.service_lists_view .list_img img {
    margin-left: -15px;
}


/* Blog details page */

.blog_share .social_links ul li {
    margin: 0;
}

.blog_details_lvl {
    font-size: 12px !important;
    margin: 0 0;
}

.blog_details_mark {
    top: 0px !important;
}


/* Career Page Accordion */

.crer_accrdn .crer_btn {
    color: #8EC63F;
}


/* home slider button */

.hero {
    position: relative;
    height: 250px;
}

.hero .btnw {
    position: absolute !important;
    bottom: 10%;
    left: 17%;
}


/* Subscription Page */

.single-choose {
    background: #fff;
}

.single-choose .choose-wrapper {
    cursor: pointer;
    border: 1px solid #ddd;
    padding: 5px;
}

.addSubsButton,
.removeSubsButton {
    background: #8ec63f;
    display: block;
    font-size: 14px;
    font-weight: bold;
}

.addSubsButton:hover,
.removeSubsButton:hover {
    color: #fff;
    font-weight: 0;
}

.bgColor {
    background: #8ec63f;
}

.subscription_filter {
    border: 1px solid #cbcbcb;
    border-radius: 4px;
    background: rgb(142 198 63/30%);
    padding: 15px 0px 0px 10px;
}

.subs_frm_cntrl {
    margin-bottom: 0px !important;
}

.subscription_slct_item .nice-select {
    height: 38px;
    line-height: 23px;
}

.subs_sort,
.subscription_slct {
    margin-top: -12px;
}

.subscription_sort_bar {
    margin-left: 200px;
}

.subs_head {
    margin-left: 40px;
    margin-top: 4px;
}

.subscription_item_choose .choose-wrapper .choose-caption span {
    line-height: 1.4em;
    height: 3em;
}

.fa-star {
    color: #ddd;
}

.count_rating {
    color: #f5bd23;
}


/* Online Community Page */

.community_list_item {
    margin-top: 20px;
}

.community_list_item img {
    width: 70%;
    display: block;
    margin: 0 auto;
    position: relative;
}

.community_list_item .badge {
    position: absolute;
    top: 12%;
    right: 21%;
    background-color: #8EC63F;
    color: #fff;
    height: 28px;
    width: 28px;
    font-size: 10px;
    padding: 9px 1px;
    border-radius: 50%;
}

.community_list_item p {
    color: #8EC63F;
    font-size: 15px;
}


/* Onnline Community Details Page */

.community_tab {
    margin-top: 50px;
}

.community_tab .nav-tabs {
    margin-bottom: 0px !important;
}

.community_product_item {
    margin-top: -40px;
}


/* footer */

.footer_about:after {
    position: absolute;
    content: "\e82d";
    font-family: "revicons";
    font-size: 15px;
    color: #fff;
    display: block;
    text-align: center;
    font-family: "revicons" !important;
    font-size: 12px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
    left: 78px;
    margin-top: -14px;
    font-weight: 300;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.price_rangs_aside h4 {
    font-size: 19px;
}


/* Events Page */

.backgroundEvents {
    height: 441px;
}

.event_video_area {
    margin-bottom: 45px;
    border: 1px solid #ddd;
}

.event_vdo_img img {
    height: 300px;
    width: 540px !important;
}

.event_serv_thumb {
    height: 300px;
    width: 540px;
}


/* myblend page New Design-joyonto */

.belder_img img {
    width: 65%;
    position: relative;
}

.blend_input {
    position: absolute;
    top: 19%;
    left: 44%;
    z-index: 1;
}

.tp_nte .select2-container--default .selection {
    width: 125px;
    margin: 5px 0px 0px -12px;
}

.tp_nte .select2.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: block;
    padding: 0 0;
    line-height: 20px;
}

.tp_nte .select2.select2-container .select2-selection--multiple .select2-selection__choice {
    margin: 2px 0 2px 0px;
    padding: 0px 0 0 15px;
    height: 18px;
    line-height: 16px;
    font-size: 9px;
}

.mdl_nte .select2-container--default .selection {
    width: 280px;
    margin: 45px 0px 0px -88px;
}

.bs_nte .select2-container--default .selection {
    width: 420px;
    margin: 31px 0px 0px -157px;
}

.blender_last {
    border: 12px solid #8EC63F;
    border-radius: 34px;
    background: transparent;
    width: 66%;
    height: 128px;
    margin-top: 12px;
    position: relative;
}

.blender_last_input {
    position: absolute;
    z-index: 1;
    width: 95%;
    margin-top: 5%;
}

.any_nte .select2-container--default .selection {
    width: 450px;
    margin: 43px -229px 0px 0px;
}


/* My Blend Page Responsive */

@media only screen and (max-width: 767px) {
    .belder_img img {
        width: 60%;
        position: relative;
    }
    .blend_input {
        top: 13%;
        left: 44%;
    }
    .tp_nte .select2-container--default .selection {
        width: 53px;
        margin: 5px 0px 0px -12px;
    }
    .tp_nte .select2.select2-container .select2-selection--multiple .select2-selection__rendered {
        display: block;
        padding: 0 0;
        line-height: 32px;
    }
    .tp_nte .select2.select2-container .select2-selection--multiple .select2-selection__choice {
        margin: 3px 0 0 0px;
        padding: 1px 0 0 20px;
        height: 25px;
        line-height: 24px;
        font-size: 9px;
    }
    .mdl_nte .select2-container--default .selection {
        width: 140px;
        margin: -6px 0px 0px -54px;
    }
    .bs_nte .select2-container--default .selection {
        width: 235px;
        margin: 3px 0px 0px -103px;
    }
    .blender_last {
        width: 65%;
        height: 82px;
        margin-top: 7px;
        border: 5px solid #8EC63F;
        border-radius: 29px;
    }
    .blender_last_input {
        position: absolute;
        z-index: 1;
    }
    .any_nte .select2-container--default .selection {
        width: 270px;
        margin: 31px -135px 0px 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .belder_img img {
        width: 60%;
        position: relative;
    }
    .blend_input {
        top: 18%;
        left: 43%;
    }
    .tp_nte .select2-container--default .selection {
        width: 91px;
        margin: 5px 0px 0px -12px;
    }
    .tp_nte .select2.select2-container .select2-selection--multiple .select2-selection__rendered {
        display: block;
        padding: 0 0;
        line-height: 32px;
    }
    .tp_nte .select2.select2-container .select2-selection--multiple .select2-selection__choice {
        margin: 3px 0 0 0px;
        padding: 1px 0 0 20px;
        height: 25px;
        line-height: 24px;
        font-size: 9px;
    }
    .mdl_nte .select2-container--default .selection {
        width: 213px;
        margin: 19px 0px 0px -74px;
    }
    .bs_nte .select2-container--default .selection {
        width: 344px;
        margin: 34px 0px 0px -137px;
    }
    .blender_last {
        width: 65%;
        height: 82px;
        margin-top: 7px;
        border: 7px solid #8EC63F;
        border-radius: 29px;
    }
    .blender_last_input {
        position: absolute;
        z-index: 1;
    }
    .any_nte .select2-container--default .selection {
        width: 391px;
        margin: 31px -195px 0px 0px;
    }
}

@media only screen and (min-width:992px) and (max-width: 1200px) {
    .belder_img img {
        width: 45%;
        position: relative;
    }
    .blend_input {
        top: 18%;
        left: 43%;
    }
    .tp_nte .select2-container--default .selection {
        width: 97px;
        margin: 5px 0px 0px 0px;
    }
    .tp_nte .select2.select2-container .select2-selection--multiple .select2-selection__rendered {
        display: block;
        padding: 0 0;
        line-height: 32px;
    }
    .tp_nte .select2.select2-container .select2-selection--multiple .select2-selection__choice {
        margin: 3px 0 0 0px;
        padding: 1px 0 0 20px;
        height: 25px;
        line-height: 24px;
        font-size: 9px;
    }
    .mdl_nte .select2-container--default .selection {
        width: 218px;
        margin: 19px 0px 0px -59px;
    }
    .bs_nte .select2-container--default .selection {
        width: 354px;
        margin: 34px 0px 0px -127px;
    }
    .blender_last {
        width: 52%;
        height: 91px;
        margin-top: 9px;
        border: 7px solid #8EC63F;
        border-radius: 29px;
    }
    .blender_last_input {
        position: absolute;
        z-index: 1;
    }
    .any_nte .select2-container--default .selection {
        width: 391px;
        margin: 31px -195px 0px 0px;
    }
}


/* =============My Blend2 ============ */

.tp_nte1 {
    margin-top: 0%;
    height: 105px;
}

.tp_nte1 .select2-container--default .selection {
    width: 400px;
}

.mdl_nte1 {
    margin-top: 5%;
    height: 105px;
}

.mdl_nte1 .select2-container--default .selection {
    width: 400px;
}

.bs_nte1 {
    margin-top: 4%;
    height: 105px;
}

.bs_nte1 .select2-container--default .selection {
    width: 400px;
}

.any_nte1 .select2-container--default .selection {
    width: 400px;
}

.nt_lvl {
    color: #8EC63F;
    font-weight: bold;
    font-size: 16px;
}

.blend_data {
    z-index: 1;
    top: 10%;
}

.col-sm-hidden,
.col-xs-hidden {
    display: none;
}


/* Product Details Page Modal Design */

.t_note_up {
    margin: -10px 0px;
}

.t_note_down {
    margin: 8px -60px;
}

.t_note_up img,
.t_note_down img {
    height: 25px;
    width: 25px;
    border: 1px solid #8EC63F;
}

.m_note_up {
    margin: -38px 16px;
}

.m_note_down {
    margin: -12px -132px;
}

.m_note_up img,
.m_note_down img {
    height: 25px;
    width: 25px;
    margin-left: 5px;
    border: 1px solid red;
}

.b_note_down {
    margin: -25px -238px;
}

.b_note_up img,
.b_note_down img {
    height: 25px;
    width: 25px;
    margin-left: 14px;
    border: 1px solid blue;
}


/* Category Product Page Side Nav */

.custom_prize_hd {
    font-size: 14px;
    font-weight: bold;
    margin-top: 14px;
}

.pricerange_input {
    width: 55px;
    height: 29px;
    border: 1px solid #505050;
    border-radius: 5px;
    font-size: 14px;
    text-align: center;
}

.pricerange_btn {
    color: #8EC63F;
    font-weight: bold;
}

.pricerange_btn:hover {
    color: #000;
}


/* Your Payment Method */

.payment_input_hidden_radio {
    display: none;
}


/* Rewards Point Table */

.reward_tbl {
    width: 300px;
    border: 1px solid #cbcbcb;
}

.rwrd_tbl>.th,
.rwrd_tbl>.td {
    border: 1px solid #cbcbcb;
}


/* Recently Viewed Page */

.rcntly_vwd img {
    width: 54% !important;
    margin: auto;
}


/* Header Cart */

.crt_ttl {
    margin-top: 7px;
}


/* Category Product Sort by select */

.cate_slct .nice-select .option {
    padding-left: 10px;
}


/* Compare List When Empty */

.empty_compare_list p {
    font-size: 22px;
    font-weight: 600;
    padding: 34px;
}


/* header search */

header .header_area .header_top .right-box .header_middle form button {
    z-index: 1 !important;
}


/* Help  */


/* my address */

.m_adrs {
    border: 1px solid #cbcbcb;
    padding: 15px;
    margin-top: 30px;
    border-radius: 4px;
    background: #ffffffa1;
    height: 95%;
    box-shadow: 2px 6px 9px -3px #cbcbcb;
}

.ad_adrs {
    border: 2px dashed #cbcbcb;
    padding: 15px;
    margin-top: 30px;
    border-radius: 4px;
    background-color: #fbfbfb91;
    height: 95%;
    box-shadow: 2px 6px 9px -3px #cbcbcb;
}

.new_addrs:hover .ad_adrs {
    border: 2px dashed #8EC63F;
    transition: 1.0s;
    background: #fff;
}

.new_addrs:hover .ad_new_adrs i,
.new_addrs:hover .ad_new_adrs h6 {
    color: #8EC63F;
    transition: 1.0s;
}

.ad_new_adrs {
    margin: 20%;
}

.new_addrs .ad_new_adrs i {
    font-size: 40px;
    color: #ddd;
    font-weight: bold;
}

.new_addrs .ad_new_adrs h6 {
    font-size: 20px;
    color: #b1b3b4;
    font-weight: bold;
}

.address_info {
    font-size: 12px;
}

.adrs_info_edit ul li::after {
    margin: 0px 8px;
    content: '\007c';
    color: #b1b3b4;
    font-size: 13px;
}

.adrs_info_edit ul li:last-child::after {
    display: none;
}

.adrs_info_edit ul li a {
    color: #8EC63F;
    font-size: 12px;
}

.adrs_info_edit ul li a:hover {
    color: #b1b3b4;
}


/* cart - sammary - sticky-top - z-index problem */

.sticky-top {
    z-index: 0 !important;
}


/* Checkout Pages */

.ship_adrs {
    border: 1px solid #cbcbcb;
    padding: 15px;
    margin-top: 30px;
    border-radius: 4px;
    background: #ffffffa1;
    height: 95%;
    width: 88%;
    box-shadow: 0px 0px 5px -3px #cbcbcb;
}

.fa-shopping-cart,
.fa-map-o,
.fa-truck,
.fa-credit-card {
    color: #8EC63F;
}


/* Payment Select Page a tag color */

.pay_slct a {
    color: #8EC63F;
}


/* custom radio Creation*/

.cust_radio {
    display: block;
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.cust_radio .cust_radio_inpt {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.cust_chek {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
    border: 0.5px solid #cbcbcb;
}

.cust_radio:hover .cust_radio_inpt~.cust_chek {
    background-color: #ccc;
}

.cust_radio .cust_radio_inpt:checked~.cust_chek {
    background-color: #8EC63F;
}

.cust_chek:after {
    content: "";
    position: absolute;
    display: none;
}

.cust_radio .cust_radio_inpt:checked~.cust_chek:after {
    display: block;
}

.cust_radio .cust_chek:after {
    top: 5px;
    left: 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}


/* custom Checkbox Creation */

.cust_chk_lbl {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.cust_chk_lbl .cust_chk_inpt {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.cust_chk_mark {
    position: absolute;
    top: 10px;
    left: 5px;
    height: 15px;
    width: 15px;
    background-color: #eee;
    border: 1px solid #8EC63F;
}

.cust_chk_lbl:hover .cust_chk_inpt~.cust_chk_mark {
    background-color: #ccc;
}

.cust_chk_lbl .cust_chk_inpt:checked~.cust_chk_mark {
    background-color: #8EC63F;
}

.cust_chk_mark:after {
    content: "";
    position: absolute;
    display: none;
}

.cust_chk_lbl .cust_chk_inpt:checked~.cust_chk_mark:after {
    display: block;
}

.cust_chk_lbl .cust_chk_mark:after {
    left: 4px;
    top: 0px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* All Section Image Sharping */

.cart img,
.forpress_img,
.dash_img img,
.idea_img img,
.section-over2,
.nav_image li img,
.new_card_img img,
.forpress_aboutus,
.return_item_img img,
.share_modal_head img,
.pay_modal_head a img,
.note_product_img img,
.social_link li a img,
.list_modal_head a img,
.product_item_img img,
.new_card_img_modal img,
.customer_blend_product img,
.owl-carousel .owl-item img,
.prodct_dtls_modal_head a img,
.footer-area .single-footer-widget img,
.notes-details-product .product-wrapper .product-img img,
header .header_area .header_top .right-box .header_right .lang_currency .flag-icon img {
    image-rendering: -webkit-optimize-contrast;
}


/* Product Details Page */

.product_prc {
    font-size: 12px;
}

.nav-tabs .nav_non_check {
    border: 1px solid #e9ecef !important;
    color: #000;
}

.nav-tabs .nav-item.show .navs-link,
.nav-tabs .navs-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .nav-link {
    border: 1px solid #e2e2e2;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.navs-link {
    display: block;
    padding: .5rem 1rem;
}


/* Product Cart Redesign*/

.add_crt_content .brand a {
    font-size: 13px;
    padding: 1px 0px;
    border-radius: 4px;
    display: inline-block;
    color: #000;
    font-family: Arial !important;
}

.add_crt_content .brand:hover a {
    color: #8EC63F;
}

.add_crt_content .sold p a {
    color: #000;
}

.add_crt_content .sold p:hover a {
    color: #8EC63F;
}

.add_crt_content .stock {
    margin: -8px 0px;
    font-size: 13px;
}

.product_crt_label {
    font-size: 12px;
    font-family: Arial Rounded MT !important;
}

.product-price .dis_prc,
.prdct_prc .product-price .dis_prc {
    font-size: 12px;
    font-family: Helvetica Neue !important;
}

.prdct_dtl_tbl .crt_gn_data {
    font-size: 11px;
}

.prdct_crd_wrapper {
    padding: 0px 0px !important;
}

@media only screen and (max-width: 1499px) {
    .product-modal {
        position: absolute;
        top: 7%;
        left: 20%;
    }
}

.crt_dta {
    margin-top: 18px;
}


/* customer_profile */

.form-box-title {
    border: 1px solid #b1b3b4;
}


/* login_security_pages */

.joyonto_input_text {
    width: 96%;
}


/* My-list */

.scnd_mdl {
    width: 124%;
}

.scnd_mdl_dlg {
    position: absolute !important;
    top: 15% !important;
    left: 9.5% !important;
}

.scnr_mdl_cntnt {
    height: 394px;
}

.list_modal_head img {
    width: 159px !important;
    margin-left: 36%;
}


/* Product Details Page Social Share */

.product-social-share .social_link ul li a img {
    height: 45px;
    margin-right: -6px;
}

.product-reviews .nice-select {
    line-height: 27px;
}


/* Online Community */

.com_sectn_title {
    margin: 50px 0px;
}

.com_sectn_titlee h2 {
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
}

#sec_portfolio .sec_portfolio_list {
    margin-bottom: 50px;
}

#sec_portfolio .sec_portfolio_list .nav {
    display: inline-block;
}

#sec_portfolio .sec_portfolio_list .nav li {
    margin: 10px 30px;
    font-size: 16px;
    color: #000;
    line-height: 16px;
    cursor: pointer;
    font-family: 'Josefin sans', Sans-serif;
    font-weight: 500;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    float: none;
    display: inline-block;
}

#sec_portfolio .sec_portfolio_list .nav li:hover,
#sec_portfolio .sec_portfolio_list .nav li.filter-active {
    color: #b8a07e;
    transition: all 0.3s ease-in-out 0s;
}

.sec_portfolio_thumbnail {
    margin-bottom: 10px;
    overflow: hidden;
    min-height: 260px;
}


/* community tab child */

.child_thumbnile {
    border: 1.5px solid #8EC63F;
    border-radius: 5px;
    background-color: #fff;
    height: auto;
    position: relative;
    box-shadow: 0 1px 4px 0 #8EC63F;
}

.child_thumbnile a:hover {
    cursor: pointer;
}

.thumb_hdr h5 {
    font-size: 13px;
    padding: 10px 50px 10px 11px;
    color: #8EC63F;
    height: 50px;
}

.thumb_img img {
    height: auto;
    width: 100%;
}

.thmb_hdr_btn {
    position: absolute;
    top: -1px;
    right: 0;
    border-radius: 0;
    margin: 0;
    background: linear-gradient(to top right, transparent 0%, transparent 50%, #8EC63F 50%, #8EC63F 100%);
    height: 60px;
    width: 60px;
}

.thmb_hdr_btn img {
    height: 25px;
    width: 25px;
    margin: 3px 0px 0px 30px;
}

.thumb_prdct_name {
    margin-top: 10px;
}

.thumb_brnd_img img {
    border-radius: 50%;
    height: 45px;
    width: 45px;
    margin-left: 10px;
}

.thumb_brnd_details {
    margin: 10px 0px 0px -22px;
}

.thumb_brnd_details h6 {
    color: #8EC63F;
    font-size: 13px;
    line-height: 6px;
}

.thumb_brnd_details p {
    color: #b1b3b4;
    font-size: 11px;
}

.thmb_ftr ul li a {
    color: #b1b3b4;
    font-size: 12px
}

.thmb_ftr ul li {
    margin: 6px 6px;
}

.nav_image {
    padding-left: 23%;
}

.nav_image li img {
    height: 45px;
    margin-right: -47px;
    margin-left: -40px;
}

.all_fltr {
    background-color: #8EC63F;
    border: 1px solid #fff;
    border-style: inset;
    border-radius: 6px;
    height: 35px;
    width: 35px;
}

.all_fltr h3 {
    font-size: 13px;
    font-weight: bold;
    margin: 2px 0px 0px -2px;
    padding: 7px 7px;
    color: #fff;
}


/* Online Community Modal */

.ytb_button {
    background-color: rgb(255, 0, 0);
    border: 1px solid #ff0000;
    padding: 6px 9px;
    border-radius: 4px;
    font-size: 10px;
}

.shr_button {
    background-color: #8EC63F;
    border: 1px solid #8EC63F;
    padding: 5px 9px;
    border-radius: 4px;
    font-size: 12px;
}

.pintrst_button {
    background-color: rgb(255, 0, 0);
    border: 1px solid #ff0000;
    padding: 5px 5px;
    border-radius: 4px;
    font-size: 10px;
}

.youtube_vdo_name a {
    color: #8EC63F;
}

.youtube_vdo_name a:hover {
    cursor: pointer;
}

.ytb_descrp {
    padding: 7px 25px;
}

.community_modal_content {
    /* position: absolute;
left: 0%;
top: 0%; */
    width: 1000px;
}

.mdl_brnd_details {
    margin: 10px 0px 0px -22px;
}

.mdl_brnd_details h6 {
    color: #000;
    font-size: 17px;
}


/* Barcode modal */

.barcode_close {
    position: absolute;
    top: 2%;
    right: 2%;
}

.barcode_head {
    font-size: 30px;
    color: #8EC63F;
    font-weight: bold;
    margin-top: -25px;
}


/* Customer Profile */

.profile_sub_header {
    color: #8EC63F;
    font-size: 30px;
}


/* Available Position */

.crer_accrdn .crer_btn {
    font-family: Arial;
    font-weight: bold;
}

.crer_accrdn .crer_btn:hover {
    text-decoration: none;
}

.btn-link.focus,
.btn-link:focus {
    text-decoration: none !important;
}

.avilabl_postion_txt p {
    text-align: justify;
}


/* Product Details Social Icon */

.product-social-share .social_link {
    position: absolute;
    left: 28%;
    bottom: 25%;
}

.product-details-description {
    margin-top: -5%;
}


/* Product Details New Design of right nav-bar */

.new_tbl_product_dtl_right {
    border: 1px solid #8EC63F;
    /* height: 518px;
padding: 5px; */
    margin-left: -25px;
}


/* Newsroom/for-press page */

.forpress_img {
    margin-top: 30px;
}


/* Category-bg */


/* @media only screen and (min-width: 768px) and (max-width: 5099px) {
.small-device-visibility2 {
display: none !important;
}
.owl-stage .owl-item:last-of-type {
display: none;
} 
.totototot {
display: none!important;
}
} */


/* my-blend */

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 20px;
    user-select: none;
    -webkit-user-select: none;
}

.tp_nte .select2.select2-container .select2-selection--multiple {
    margin-top: -10%;
}

.mdl_nte .select2.select2-container .select2-selection--multiple {
    margin-top: 18%;
}

.bs_nte .select2.select2-container .select2-selection--multiple {
    margin-top: 15%;
}

.any_nte .select2.select2-container .select2-selection--multiple {
    margin-top: -1%;
}

.notes_view_img img {
    height: 25px;
    width: 25px;
    border: 1px solid #8EC63F;
}

.tp_nte .notes_view_img {
    margin-top: -35px;
    margin-left: -7px;
    width: 120px;
}

.mdl_nte .notes_view_img {
    margin-top: -51px;
    margin-left: -68px;
    width: 240px;
}

.bs_nte .notes_view_img {
    margin-top: -35px;
    margin-left: -95px;
    width: 300px;
}

.any_nte .notes_view_img {
    margin-top: -49px;
    margin-left: 78px;
    width: 300px;
}


/* track my order page */

.track_btn {
    background: #8EC63F;
    padding: 5px 9px;
    color: #fff;
    border-radius: 4px;
    border: 1px solid #8EC63F;
}

.track_btn:hover {
    background: #fff;
    color: #8ec63f;
}


/* note details page */

.note_srt {
    margin-left: 25%;
}


/* Help & Leave Message */

.help_btn h5 {
    color: #fff;
    font-family: Arial Rounded MT Bold !important;
}


/*========== Custom Scrollbar========== */

.hlp_msg_bx::-webkit-scrollbar {
    width: 8px !important;
}


/* Track */

.hlp_msg_bx::-webkit-scrollbar-track {
    background: #f1f1f1;
}


/* Handle */

.hlp_msg_bx::-webkit-scrollbar-thumb {
    background: #555;
}


/* Handle on hover */

.hlp_msg_bx::-webkit-scrollbar-thumb:hover {
    background: #8EC63F;
}


/* added to cart modal */

.addedcart_price {
    margin: 2px 0px 0px 12px;
}


/*================ myblend4 page ================ */

.blend_select1 {
    width: 75%;
    margin: 1% -15%;
}

.top_notes h3 {
    margin: 0;
    width: 85px;
}

.blenditem2 {
    margin-top: 2%;
    margin-left: -35%;
}

.blend_item_data2 {
    margin: 22% 0% 0% -15%;
    width: 65%;
}


/* .blend_select2:focus+.ajaxSearch2 {
display: block;
margin-top: -15px;
position: absolute;
z-index: 999;
width: 90%;
margin-left: -9px;
overflow-y: scroll;
height: 100px;
border: 1px solid #8EC63F;
border-top: none;
} */

.blend_select2 {
    width: 80%;
    margin-left: -9px;
}

.blenditem3 {
    margin-top: 4%;
    margin-left: -50%;
}

.blend_item_data3 {
    margin: 22% 0% 0% -22%;
    width: 80%;
}


/* .blend_select3:focus+.ajaxSearch3 {
display: block;
margin-top: -15px;
position: absolute;
z-index: 999;
width: 100%;
margin-left: -9px;
overflow-y: scroll;
height: 100px;
border: 1px solid #8EC63F;
border-top: none;
} */

.blend_select3 {
    width: 90%;
    margin-left: -9px;
}

.blenditem4 {
    margin: 2% -26%;
}


/* .blend_select4:focus+.ajaxSearch4 {
display: block;
margin-top: -15px;
position: absolute;
z-index: 999;
width: 100%;
margin-left: -9px;
overflow-y: scroll;
height: 100px;
border: 1px solid #8EC63F;
border-top: none;
} */

.blend_select4 {
    width: 100%;
    margin-left: -9px;
}


/*--------- note list custom scroll bar ---------*/

.ajax_scroll::-webkit-scrollbar {
    width: 5px !important;
    border-radius: 7px !important;
}

.ajax_scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.ajax_scroll::-webkit-scrollbar-thumb {
    background: #555;
}

.ajax_scroll::-webkit-scrollbar-thumb:hover {
    background: #8EC63F;
}


/* Compare List */

.sectn_pad2 {
    padding-top: 88px !important;
}


/* index */

@media only screen and (min-width: 1400px) and (max-width:1920px) {
    .hero .btnw {
        position: absolute !important;
        bottom: -11% !important;
        left: 17% !important;
    }
}


/* Subscriber page */

.subs_chose_btn {
    background: #8EC63F;
    padding: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    padding: 12px 40px;
    border: 1px solid transparent;
}

.subs_chose_btn:hover {
    color: #8EC63F;
    border-color: #8EC63F;
    background: #fff;
}

.gutterless {
    margin: 0 !important;
    padding: 0 !important;
}

.subscriber_banner_img {
    position: relative;
    width: 100%;
}

.subscriber_banner_img .subscriber_button {
    position: absolute;
    top: 60%;
    left: 10%;
}

.subscription_cmn_sction {
    margin-bottom: 50px;
}


/* choose-product */

.subs_head {
    font-size: 16px;
    margin-left: 0%;
    margin-top: 4%;
}

.choose_product_item {
    padding-top: 6%;
}

.choose_product_title {
    font-size: 14px !important;
    line-height: 1.5em !important;
    height: 3em;
    display: block;
    position: relative;
    text-overflow: ellipsis;
}

.choose_product_title a {
    color: #000;
    font-weight: bold;
}

.choose_product_title a:hover {
    color: #8EC63F;
}

.subscription_brand_name {
    line-height: 1.5em !important;
    height: 3em;
    display: block;
    position: relative
}

.subscription_brand_name a {
    color: #000;
    font-size: 13px;
}

.subscription_brand_name a:hover {
    color: #8EC63F;
}

.subscription_gender h6 {
    font-family: Helvetica Neue;
    padding: 5px 0px;
    color: #000;
    font-size: 13px;
}

.subscription_gender h6:hover {
    color: #8EC63F;
}

.choose-caption .price {
    font-size: 12px !important;
    margin: -15px 0px;
    font-family: Helvetica Neue;
}

.choose-caption .rating2 {
    padding-top: 0px !important;
    font-size: 13px;
}

.choose-caption .rating2 a {
    font-size: 13px;
    color: #000;
}

.choose-caption .rating2:hover a {
    color: #8EC63F;
}


/* Blog_pagination */

.blog_pagination {
    margin: -45px -10px;
}


/* index page */

@media only screen and (min-width: 992px) and (max-width: 1005px) {
    header .header_area .header_top .right-box .header_right {
        position: absolute;
        right: 0;
    }
}


/* Subscriptio-Queue Page Modal */

.ct-sidenav+.help-box {
    display: hidden;
}


/* Subscription Responsive */

@media only screen and (max-width: 320px) {
    .subs_chose_btn {
        padding: 5px 9px !important;
        font-size: 9px !important;
    }
    /* .subscriber_banner_img .subscriber_button .subs_chose_btn {
top: 62% !important;
left: 5% !important;
} */
    .subs_sec_title h2 {
        font-size: 12px;
    }
    .subs_sec_title {
        margin: -32px 0px 0px -16px;
    }
    .sub_sec_dtl {
        font-size: 11px !important;
        text-align: justify;
        line-height: 11px !important;
        margin: -5px 0px 0px -16px;
    }
    .sub_sc_btn {
        margin: 0px 0px 0px -16px;
    }
    .subs_sec_brnd_img {
        margin-top: 40%;
        margin-left: -150%;
    }
    .authentic-brands .single-brands {
        margin-bottom: 0px;
    }
    .subs_sec_brnd_img img {
        height: auto !important;
        width: 35px;
    }
    .subs_brnd {
        height: auto;
    }
    .subs_sec_title2 h2 {
        font-size: 17px;
        margin-left: 19px;
    }
    .testimonial-area .testimonial-caption .testimonial-top-cap p {
        font-size: 12px;
    }
}

@media only screen and (min-width: 321px) and (max-width: 385px) {
    .subs_chose_btn {
        padding: 5px 9px !important;
        font-size: 9px !important;
    }
    /* .subscriber_banner_img .subscriber_button .subs_chose_btn {
top: 64% !important;
left: 5% !important;
} */
    .subs_branding_bnr img {
        height: auto;
    }
    .subs_sec_title h2 {
        font-size: 12px;
    }
    .subs_sec_title {
        margin: -32px 0px 0px -16px;
    }
    .sub_sec_dtl {
        font-size: 11px !important;
        text-align: justify;
        line-height: 11px !important;
        margin: -5px 0px 0px -16px;
    }
    .sub_sc_btn {
        margin: 0px 0px 0px -16px;
    }
    .subs_sec_brnd_img {
        margin-top: 28%;
        margin-left: -75%;
    }
    .authentic-brands .single-brands {
        margin-bottom: 0px;
    }
    .subs_sec_brnd_img img {
        height: auto !important;
        width: 35px;
    }
    .subs_brnd {
        height: auto;
    }
    .subs_sec_title2 h2 {
        font-size: 17px;
        margin-left: 19px;
    }
    .testimonial-area .testimonial-caption .testimonial-top-cap p {
        font-size: 12px;
    }
}

@media only screen and (min-width: 386px) and (max-width: 449px) {
    .subs_chose_btn {
        padding: 5px 9px !important;
        font-size: 9px !important;
    }
    /* .subscriber_banner_img .subscriber_button .subs_chose_btn {
top: 57% !important;
left: 5% !important;
} */
    .subs_branding_bnr img {
        height: auto;
    }
    .subs_sec_title h2 {
        font-size: 12px;
    }
    .subs_sec_title {
        margin: -32px 0px 0px -16px;
    }
    .sub_sec_dtl {
        font-size: 11px !important;
        text-align: justify;
        line-height: 11px !important;
        margin: -5px 0px 0px -16px;
    }
    .sub_sc_btn {
        margin: 0px 0px 0px -16px;
    }
    .subs_sec_brnd_img {
        margin-top: 20%;
        margin-left: -60%;
    }
    .authentic-brands .single-brands {
        margin-bottom: 0px;
    }
    .subs_sec_brnd_img img {
        height: auto !important;
        width: 41px;
    }
    .subs_brnd {
        height: auto;
    }
    .subs_sec_title2 h2 {
        font-size: 17px;
        margin-left: 19px;
    }
    .testimonial-area .testimonial-caption .testimonial-top-cap p {
        font-size: 12px;
    }
}

@media only screen and (min-width: 450px) and (max-width: 485px) {
    .subs_chose_btn {
        padding: 5px 9px !important;
        font-size: 9px !important;
    }
    /* .subscriber_banner_img .subscriber_button .subs_chose_btn {
top: 60% !important;
left: 5% !important;
} */
    .subs_branding_bnr img {
        height: auto;
    }
    .subs_sec_title h2 {
        font-size: 12px;
    }
    .subs_sec_title {
        margin: -32px 0px 0px -16px;
    }
    .sub_sec_dtl {
        font-size: 11px !important;
        text-align: justify;
        line-height: 11px !important;
        margin: -5px 0px 0px -16px;
    }
    .sub_sc_btn {
        margin: 0px 0px 0px -16px;
    }
    .subs_sec_brnd_img {
        margin-top: 20%;
        margin-left: -40%;
    }
    .authentic-brands .single-brands {
        margin-bottom: 0px;
    }
    .subs_sec_brnd_img img {
        height: auto !important;
        width: 50px;
    }
    .subs_brnd {
        height: auto;
    }
    .subs_sec_title2 h2 {
        font-size: 17px;
        margin-left: 19px;
    }
    .testimonial-area .testimonial-caption .testimonial-top-cap p {
        font-size: 12px;
    }
}

@media only screen and (min-width: 486px) and (max-width: 549px) {
    .subs_chose_btn {
        padding: 5px 9px !important;
        font-size: 9px !important;
    }
    /* .subscriber_banner_img .subscriber_button .subs_chose_btn {
top: 61% !important;
left: 5% !important;
} */
    .subs_branding_bnr img {
        height: auto;
    }
    .subs_sec_title h2 {
        font-size: 12px;
    }
    .subs_sec_title {
        margin: -32px 0px 0px -16px;
    }
    .sub_sec_dtl {
        font-size: 11px !important;
        text-align: justify;
        line-height: 11px !important;
        margin: -5px 0px 0px -16px;
    }
    .sub_sc_btn {
        margin: 0px 0px 0px -16px;
    }
    .subs_sec_brnd_img {
        margin-top: 20%;
        margin-left: -40%;
    }
    .authentic-brands .single-brands {
        margin-bottom: 0px;
    }
    .subs_sec_brnd_img img {
        height: auto !important;
        width: 50px;
    }
    .subs_brnd {
        height: auto;
    }
    .subs_sec_title2 h2 {
        font-size: 17px;
        margin-left: 19px;
    }
    .testimonial-area .testimonial-caption .testimonial-top-cap p {
        font-size: 12px;
    }
}

@media only screen and (min-width: 550px) and (max-width: 575px) {
    .subs_chose_btn {
        padding: 5px 9px !important;
        font-size: 9px !important;
    }
    /* .subscriber_banner_img .subscriber_button .subs_chose_btn {
top: 62% !important;
left: 5% !important;
} */
    .subs_sec_title h2 {
        font-size: 16px;
    }
    .subs_sec_title {
        margin: -32px 0px 0px -16px;
    }
    .sub_sec_dtl {
        font-size: 13px !important;
        text-align: justify;
        line-height: 18px !important;
        margin: -5px 0px 0px -16px;
    }
    .sub_sc_btn {
        margin: 0px 0px 0px -16px;
    }
    .subs_sec_brnd_img {
        margin-top: 20%;
        margin-left: -40%;
    }
    .authentic-brands .single-brands {
        margin-bottom: 0px;
    }
    .subs_sec_brnd_img img {
        height: auto !important;
        width: 50px;
    }
    .subs_sec_title2 h2 {
        font-size: 17px;
        margin-left: 19px;
    }
    .testimonial-area .testimonial-caption .testimonial-top-cap p {
        font-size: 12px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 599px) {
    .subs_chose_btn {
        padding: 5px 9px !important;
        font-size: 9px !important;
    }
    /* .subscriber_banner_img .subscriber_button .subs_chose_btn {
top: 54% !important;
left: 5% !important;
} */
    .subs_sec_title h2 {
        font-size: 16px;
    }
    .subs_sec_title {
        margin: -32px 0px 0px -16px;
    }
    .sub_sec_dtl {
        font-size: 13px !important;
        text-align: justify;
        line-height: 18px !important;
        margin: -5px 0px 0px -16px;
    }
    .sub_sc_btn {
        margin: 0px 0px 0px -16px;
    }
    .subs_sec_brnd_img {
        margin-top: 20%;
        margin-left: -40%;
    }
    .authentic-brands .single-brands {
        margin-bottom: 0px;
    }
    .subs_sec_brnd_img img {
        height: auto !important;
        width: 50px;
    }
    .subs_sec_title2 h2 {
        font-size: 17px;
        margin-left: 19px;
    }
    .testimonial-area .testimonial-caption .testimonial-top-cap p {
        font-size: 12px;
    }
}

@media only screen and (min-width: 600px) and (max-width: 649px) {
    .subs_chose_btn {
        padding: 5px 9px !important;
        font-size: 9px !important;
    }
    /* .subscriber_banner_img .subscriber_button .subs_chose_btn {
top: 55% !important;
left: 5% !important;
} */
    .subs_sec_title h2 {
        font-size: 16px;
    }
    .subs_sec_title {
        margin: -32px 0px 0px -16px;
    }
    .sub_sec_dtl {
        font-size: 13px !important;
        text-align: justify;
        line-height: 18px !important;
        margin: -5px 0px 0px -16px;
    }
    .sub_sc_btn {
        margin: 0px 0px 0px -16px;
    }
    .subs_sec_brnd_img {
        margin-top: 20%;
        margin-left: -40%;
    }
    .authentic-brands .single-brands {
        margin-bottom: 0px;
    }
    .subs_sec_brnd_img img {
        height: auto !important;
        width: 50px;
    }
    .subs_sec_title2 h2 {
        font-size: 17px;
        margin-left: 19px;
    }
    .testimonial-area .testimonial-caption .testimonial-top-cap p {
        font-size: 12px;
    }
}

@media only screen and (min-width: 650px) and (max-width: 699px) {
    .subs_chose_btn {
        padding: 5px 9px !important;
        font-size: 9px !important;
    }
    /* .subscriber_banner_img .subscriber_button .subs_chose_btn {
top: 58% !important;
left: 5% !important;
} */
    .subs_sec_title h2 {
        font-size: 16px;
    }
    .subs_sec_title {
        margin: -32px 0px 0px -16px;
    }
    .sub_sec_dtl {
        font-size: 13px !important;
        text-align: justify;
        line-height: 18px !important;
        margin: -5px 0px 0px -16px;
    }
    .sub_sc_btn {
        margin: 0px 0px 0px -16px;
    }
    .subs_sec_brnd_img {
        margin-top: 20%;
        margin-left: -40%;
    }
    .authentic-brands .single-brands {
        margin-bottom: 0px;
    }
    .subs_sec_brnd_img img {
        height: auto !important;
        width: 50px;
    }
    .subs_sec_title2 h2 {
        font-size: 17px;
        margin-left: 19px;
    }
    .testimonial-area .testimonial-caption .testimonial-top-cap p {
        font-size: 12px;
    }
}

@media only screen and (min-width: 700px) and (max-width: 749px) {
    .subs_chose_btn {
        padding: 10px 14px !important;
        font-size: 11px !important;
    }
    /* .subscriber_banner_img .subscriber_button .subs_chose_btn {
top: 58% !important;
left: 5% !important;
} */
    .subs_sec_title h2 {
        font-size: 16px;
    }
    .subs_sec_title {
        margin: -32px 0px 0px -16px;
    }
    .sub_sec_dtl {
        font-size: 13px !important;
        text-align: justify;
        line-height: 18px !important;
        margin: -5px 0px 0px -16px;
    }
    .subs_sec_title2 h2 {
        font-size: 17px;
        margin-left: 19px;
    }
    .sub_sc_btn {
        margin: 5% 0% 0% -5%;
    }
    .subscription_brand_section {
        margin-left: -9%;
    }
    .subs_sec_brnd_img {
        margin-top: 20%;
        margin-left: -40%;
    }
    .authentic-brands .single-brands {
        margin-bottom: 0px;
    }
    .subs_sec_brnd_img img {
        height: 67px !important;
    }
    .testimonial-area .testimonial-caption .testimonial-top-cap p {
        font-size: 12px;
    }
}

@media only screen and (min-width: 750px) and (max-width: 767px) {
    .subs_chose_btn {
        padding: 10px 14px !important;
        font-size: 11px !important;
    }
    /* .subscriber_banner_img .subscriber_button .subs_chose_btn {
top: 65% !important;
left: 5% !important;
} */
    .subs_sec_title h2 {
        font-size: 16px;
    }
    .subs_sec_title {
        margin: -32px 0px 0px -16px;
    }
    .sub_sec_dtl {
        font-size: 13px !important;
        text-align: justify;
        line-height: 18px !important;
        margin: -5px 0px 0px -16px;
    }
    .subs_sec_title2 h2 {
        font-size: 17px;
        margin-left: 19px;
    }
    .sub_sc_btn {
        margin: 5% 0% 0% -5%;
    }
    .subscription_brand_section {
        margin-left: -9%;
    }
    .subs_sec_brnd_img {
        margin-top: 20%;
    }
    .authentic-brands .single-brands {
        margin-bottom: 0px;
    }
    .subs_sec_brnd_img img {
        height: 67px !important;
    }
    .testimonial-area .testimonial-caption .testimonial-top-cap p {
        font-size: 12px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 849px) {
    .subs_chose_btn {
        padding: 10px 14px !important;
        font-size: 11px !important;
    }
    /* .subscriber_banner_img .subscriber_button .subs_chose_btn {
top: 65% !important;
left: 5% !important;
} */
    .subs_sec_title h2 {
        font-size: 16px;
    }
    .subs_sec_title {
        margin: -32px 0px 0px -16px;
    }
    .sub_sec_dtl {
        font-size: 13px !important;
        text-align: justify;
        line-height: 18px !important;
        margin: -5px 0px 0px -16px;
    }
    .subs_sec_title2 h2 {
        font-size: 17px;
        margin-left: 19px;
    }
    .sub_sc_btn {
        margin: 5% 0% 0% -5%;
    }
    .subscription_brand_section {
        margin-left: -9%;
    }
    .subs_sec_brnd_img {
        margin-top: 20%;
    }
    .subs_sec_brnd_img img {
        height: 67px !important;
    }
    .testimonial-area .testimonial-caption .testimonial-top-cap p {
        font-size: 12px;
    }
}

@media only screen and (min-width: 850px) and (max-width: 899px) {
    .subs_chose_btn {
        padding: 10px 14px !important;
        font-size: 11px !important;
    }
    /* .subscriber_banner_img .subscriber_button .subs_chose_btn {
top: 65% !important;
left: 5% !important;
} */
    .subs_sec_title h2 {
        font-size: 16px;
    }
    .subs_sec_title {
        margin: -32px 0px 0px -16px;
    }
    .sub_sec_dtl {
        font-size: 13px !important;
        text-align: justify;
        line-height: 18px !important;
        margin: -5px 0px 0px -16px;
    }
    .subs_sec_title2 h2 {
        font-size: 17px;
        margin-left: 19px;
    }
    .sub_sc_btn {
        margin: 5% 0% 0% -5%;
    }
    .subscription_brand_section {
        margin-left: -9%;
    }
    .subs_sec_brnd_img {
        margin-top: 20%;
    }
    .subs_sec_brnd_img img {
        height: 67px !important;
    }
    .testimonial-area .testimonial-caption .testimonial-top-cap p {
        font-size: 12px;
    }
}

@media only screen and (min-width: 900px) and (max-width: 949px) {
    .subs_chose_btn {
        padding: 10px 14px !important;
        font-size: 11px !important;
    }
    /* .subscriber_banner_img .subscriber_button .subs_chose_btn {
top: 65% !important;
left: 5% !important;
} */
    .subs_sec_title h2 {
        font-size: 16px;
    }
    .subs_sec_title {
        margin: -32px 0px 0px -16px;
    }
    .sub_sec_dtl {
        font-size: 13px !important;
        text-align: justify;
        line-height: 18px !important;
        margin: -5px 0px 0px -16px;
    }
    .subs_sec_title2 h2 {
        font-size: 17px;
        margin-left: 19px;
    }
    .sub_sc_btn {
        margin: 5% 0% 0% -3%;
    }
    .subscription_brand_section {
        margin-left: -6%;
    }
    .subs_sec_brnd_img {
        margin-top: 20%;
    }
    .subs_sec_brnd_img img {
        height: 67px !important;
    }
    .testimonial-area .testimonial-caption .testimonial-top-cap p {
        font-size: 12px;
    }
}

@media only screen and (min-width: 950px) and (max-width: 991px) {
    .subs_chose_btn {
        padding: 10px 14px !important;
        font-size: 11px !important;
    }
    /* .subscriber_banner_img .subscriber_button .subs_chose_btn {
top: 65% !important;
left: 5% !important;
} */
    .subs_sec_title h2 {
        font-size: 16px;
    }
    .subs_sec_title {
        margin: -32px 0px 0px -16px;
    }
    .sub_sec_dtl {
        font-size: 13px !important;
        text-align: justify;
        line-height: 18px !important;
        margin: -5px 0px 0px -16px;
    }
    .subs_sec_title2 h2 {
        font-size: 17px;
        margin-left: 19px;
    }
    .sub_sc_btn {
        margin: 5% 0% 0% -3%;
    }
    .subscription_brand_section {
        margin-left: -6%;
    }
    .subs_sec_brnd_img {
        margin-top: 20%;
    }
    .subs_sec_brnd_img img {
        height: 67px !important;
    }
    .testimonial-area .testimonial-caption .testimonial-top-cap p {
        font-size: 12px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 999px) {
    /* .subscriber_banner_img .subscriber_button .subs_chose_btn {
top: 59% !important;
left: 5% !important;
} */
    .subs_sec_title h2 {
        font-size: 16px;
    }
    .subs_sec_title {
        margin: -32px 0px 0px -16px;
    }
    .sub_sec_dtl {
        font-size: 13px !important;
        text-align: justify;
        line-height: 18px !important;
        margin: -5px 0px 0px -16px;
    }
    .subs_sec_title2 h2 {
        font-size: 17px;
        margin-left: 19px;
    }
    .sub_sc_btn {
        margin: 5% 0% 0% -3%;
    }
    .subscription_brand_section {
        margin-left: -6%;
    }
    .subs_sec_brnd_img {
        margin-top: 20%;
    }
    .subs_sec_brnd_img img {
        height: 67px !important;
    }
    .testimonial-area .testimonial-caption .testimonial-top-cap p {
        font-size: 12px;
    }
}

@media only screen and (min-width: 1001px) and (max-width: 1049px) {
    .subs_sec_title h2 {
        font-size: 16px;
    }
    .subs_sec_title {
        margin: -32px 0px 0px -16px;
    }
    .sub_sec_dtl {
        font-size: 13px !important;
        text-align: justify;
        line-height: 18px !important;
        margin: -5px 0px 0px -16px;
    }
    .subs_sec_title2 h2 {
        font-size: 17px;
        margin-left: 19px;
    }
    .sub_sc_btn {
        margin: 5% 0% 0% -3%;
    }
    .subscription_brand_section {
        margin-left: -6%;
    }
    .subs_sec_brnd_img {
        margin-top: 20%;
    }
    .subs_sec_brnd_img img {
        height: 67px !important;
    }
    .testimonial-area .testimonial-caption .testimonial-top-cap p {
        font-size: 12px;
    }
}

@media only screen and (min-width: 1050px) and (max-width: 1099px) {
    .subs_sec_title h2 {
        font-size: 16px;
    }
    .subs_sec_title {
        margin: -32px 0px 0px -16px;
    }
    .sub_sec_dtl {
        font-size: 13px !important;
        text-align: justify;
        line-height: 18px !important;
        margin: -5px 0px 0px -16px;
    }
    .subs_sec_title2 h2 {
        font-size: 17px;
        margin-left: 19px;
    }
    .sub_sc_btn {
        margin: 5% 0% 0% -3%;
    }
    .subscription_brand_section {
        margin-left: -6%;
    }
    .subs_sec_brnd_img {
        margin-top: 20%;
    }
    .subs_sec_brnd_img img {
        height: 67px !important;
    }
    .testimonial-area .testimonial-caption .testimonial-top-cap p {
        font-size: 12px;
    }
}

@media only screen and (min-width: 1100px) and (max-width: 1199px) {
    .subs_sec_title h2 {
        font-size: 16px;
    }
    .subs_sec_title {
        margin: -32px 0px 0px -16px;
    }
    .sub_sec_dtl {
        font-size: 13px !important;
        text-align: justify;
        line-height: 18px !important;
        margin: -5px 0px 0px -16px;
    }
    .subs_sec_title2 h2 {
        font-size: 17px;
        margin-left: 19px;
    }
    .sub_sc_btn {
        margin: 5% 0% 0% -3%;
    }
    .subscription_brand_section {
        margin-left: -6%;
    }
    .subs_sec_brnd_img {
        margin-top: 20%;
    }
    .subs_sec_brnd_img img {
        height: 67px !important;
    }
    .testimonial-area .testimonial-caption .testimonial-top-cap p {
        font-size: 12px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1299px) {
    .subs_sec_title h2 {
        font-size: 16px;
    }
    .subs_sec_title {
        margin: -32px 0px 0px -16px;
    }
    .sub_sec_dtl {
        font-size: 13px !important;
        text-align: justify;
        line-height: 18px !important;
        margin: -5px 0px 0px -16px;
    }
    .subs_sec_title2 h2 {
        font-size: 17px;
        margin-left: 19px;
    }
    .sub_sc_btn {
        margin: 5% 0% 0% -2%;
    }
    .subscription_brand_section {
        margin-left: -6%;
    }
    .subs_sec_brnd_img {
        margin-top: 20%;
    }
    .subs_sec_brnd_img img {
        height: 67px !important;
    }
    .testimonial-area .testimonial-caption .testimonial-top-cap p {
        font-size: 12px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1499px) {
    .subscription_brand_section {
        margin: 3% 0% 0% -2%;
    }
}

@media only screen and (min-width: 1500px) and (max-width: 1599px) {
    .subscription_brand_section {
        margin: 3% 0% 0% -2%;
    }
}


/* 04/10/2020 modified by rashed */

.singleProductView {
    width: 50%;
    float: left !important;
    padding: 5px;
}

.singleProductImage {
    width: 100% !important;
    height: auto;
    margin: 0 auto;
    margin-top: 12px;
}

@media only screen and (min-width: 300px) and (max-width: 767px) {
    .singleProductView {
        width: 100% !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .singleProductView {
        width: 100% !important;
    }
}

.NoProductFound {
    font-family: Helvetica Neue Light !important;
    font-size: 18px !important;
    margin-left: auto;
    margin-right: auto;
    color: red !important;
    margin-top: 25px;
    text-align: center;
}


/* tooltip by Joyonto */

.jktooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.jktooltip .jktooltiptxt {
    visibility: hidden;
    width: 100px;
    background-color: #fff;
    color: #000;
    text-align: center;
    border: 1px solid #8EC63F;
    border-radius: 0px;
    padding: 0;
    position: absolute;
    z-index: 1;
    top: 110%;
    left: 74%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 1s;
}

.jktooltip .jktooltiptxt::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #8EC63F transparent;
}

.jktooltip:hover .jktooltiptxt {
    visibility: visible;
    opacity: 1;
}


/* nav_grid/list View=hidden (small Device) */

@media only screen and (max-width: 991px) {
    .product-list .nav-tabs .nav-item.show .nav-link,
    .product-list .nav-tabs .nav-link.active {
        visibility: hidden;
    }
    .product-list .nav-tabs {
        visibility: hidden;
    }
}


/* Compare List Note Image */

.compare_list_note img {
    margin: auto;
    display: block !important;
    height: 30px !important;
    width: 30px !important;
    border: 1px solid #8EC63F;
}

.compare_list_note p {
    font-size: 9px;
    margin-top: 1px;
    text-align: center;
    line-height: 14px;
}

.compare_list_head {
    font-size: 13px;
    font-weight: bold !important;
}


/* Customer Dashboard */

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .dash_img {
        width: 100px;
        height: 130px;
    }
    .dash_img img {
        height: 70px;
    }
    .dash_img .img_hov {
        left: 16px;
        height: 70px;
    }
    .dashboard-widget .title {
        font-size: 12px;
    }
}

@media only screen and (min-width: 450px) and (max-width: 575px) {
    .dash_img {
        width: 100px;
        height: 130px;
    }
    .dash_img img {
        height: 85px;
    }
    .dash_img .img_hov {
        left: 7px;
        height: 85px;
    }
    .dashboard-widget .title {
        font-size: 10px;
    }
}

@media only screen and (min-width: 361px) and (max-width: 450px) {
    .dash_img {
        width: 90px;
        height: 130px;
    }
    .dash_img img {
        height: 80px;
    }
    .dash_img .img_hov {
        left: 7px;
        height: 80px;
    }
    .dashboard-widget .title {
        font-size: 9px;
    }
}

@media only screen and (max-width: 360px) {
    .dash_img {
        width: 70px;
        height: 130px;
    }
    .dash_img img {
        left: 1px;
        height: 65px;
    }
    .dash_img .img_hov {
        left: 1px;
        height: 65px;
    }
    .dashboard-widget .title {
        font-size: 9px;
    }
}


/* Manage Profile Responsive */

@media only screen and (max-width: 991px) {
    .customer_profile_form_lavel {
        padding-left: 0 !important;
    }
}

@media only screen and (max-width: 575px) {
    .choose_file_level_hidden {
        display: none;
    }
    .choose_file_level_left {
        position: absolute !important;
        left: 0;
        top: -1%;
        font-size: 12px;
        padding: 1px 5px;
    }
}


/* home slider Share Modal */

.share_qr img {
    height: auto;
    width: 180px;
    image-rendering: -webkit-optimize-contrast;
}

.share_play {
    margin-top: 30px;
}

.share_play img {
    height: 42px;
    width: 145px;
    margin-top: 10px;
}

.sharemodal_txt p {
    text-align: justify;
}

.share_social ul li a img {
    height: auto !important;
    width: 48px !important;
    margin: 0px -12px 0px 0px;
}

.share_social {
    margin: 0px 0px;
}

.sharemodal_link a {
    color: #8EC63F;
}

.sharemodal_link a:hover {
    color: #000;
}

.sharemodal_dialog {
    width: 100%;
    position: absolute;
    top: 21%;
    left: 23%;
}

.sharemodal_body {
    padding: 5%;
}

.share_modal_head img {
    width: 160px !important;
    margin-left: 40%;
}


/* Product Details Page */

.product_detail_price_head {
    font-size: 12px;
    font-family: Arial Rounded MT !important;
}

.product_prc {
    font-family: Helvetica Neue !important;
    font-size: 12px;
}

.product_prc a {
    color: #000;
}

.product_refund {
    margin-top: -52px;
}

.product_detail_tab_head {
    font-size: 12px !important;
    font-family: Arial Rounded MT !important;
}

.product_dtl_more_review {
    font-family: Arial Rounded MT !important;
}

.product_dtl_review_comment {
    font-family: Helvetica Neue !important;
}

.product_dtl_reviewed_by {
    font-weight: bold;
    font-size: 11px !important;
}

.reviewer_details {
    margin-left: -12px;
}


/* compare list */

.heading_p_tag p {
    padding: 0px 20px;
    margin-top: 15px;
    font-size: 17px;
    text-align: justify;
    font-family: Helvetica Neue Light !important;
}


/* Blog Search */

.blog_ajaxSearch {
    position: absolute;
    z-index: 9999;
    width: 94% !important;
    height: 100px;
    border-top: none;
    margin-top: -4%;
    margin-bottom: 2%;
    overflow-y: scroll;
}


/* blog list scrollbar */

.blog_ajaxSearch .note-list:hover {
    background: #cbcbcb;
    cursor: pointer;
}

.blog_ajax_scroll::-webkit-scrollbar {
    width: 5px !important;
    border-radius: 7px !important;
}

.blog_ajax_scroll::-webkit-scrollbar-track {
    background: transparent;
}

.blog_ajax_scroll::-webkit-scrollbar-thumb {
    background: #555;
}

.blog_ajax_scroll::-webkit-scrollbar-thumb:hover {
    background: #8EC63F;
}


/* ===========Footer Area========= */


/* Download app Modal */

.downld_app {
    height: 65px;
    width: 50%;
    margin: 2% 0;
}

.download_app_modal_image {
    margin-top: -1%;
}

@media only screen and (min-width: 486px) and (max-width: 575px) {
    .downld_app {
        height: 63px;
        width: 40%;
    }
}

@media only screen and (max-width: 486px) {
    .downld_app {
        height: 45px;
        width: 50%;
    }
}


/* ==============My Address Page Responsive============== */

.crd_ship_dtls .nice-select ul {
    height: 300px;
    overflow-y: scroll;
    width: 100%;
}

@media only screen and (max-width: 575px) {
    .address_info,
    .adrs_info_edit ul li a,
    .adrs_info_edit ul li::after {
        font-size: 9px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .address_info,
    .adrs_info_edit ul li a,
    .adrs_info_edit ul li::after {
        font-size: 9px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .address_info,
    .adrs_info_edit ul li a,
    .adrs_info_edit ul li::after {
        font-size: 10px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .brand_product_menu {
        margin-top: 15px;
    }
}

.pg_title {
    padding-bottom: 0px;
}


/* filter_side_nav_checkbox */

.filter_side_nav_checkbox {
    font-size: 14px;
    color: #000;
    padding-top: 8px;
    margin: 0px;
}


/* Change currency Page  */

.currency_select .nice-select ul,
.country_select_box2 .nice-select ul {
    width: 100%;
    max-height: 200px;
    overflow-y: scroll;
}

.currency_select .nice-select ul::-webkit-scrollbar,
.country_select_box2 .nice-select ul::-webkit-scrollbar {
    width: 5px !important;
    border-radius: 7px !important;
}

.currency_select .nice-select ul::-webkit-scrollbar-track,
.country_select_box2 .nice-select ul::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.currency_select .nice-select ul::-webkit-scrollbar-thumb,
.country_select_box2 .nice-select ul::-webkit-scrollbar-thumb {
    background: #555;
}

.currency_select .nice-select ul::-webkit-scrollbar-thumb:hover,
.country_select_box2 .nice-select ul::-webkit-scrollbar-thumb:hover {
    background: #8EC63F;
}

.country_select_box .nice_Select {
    height: 39px !important;
    line-height: 21px !important;
}


/* Filter- Brand custom scroll bar */

.brand_custom_search_bar {
    width: 100%;
    border: 1px solid #ddd;
}

.brand_scroll {
    max-height: 100px;
    overflow-y: scroll;
    margin: 5px 0px;
}

.brand_custom_scroll::-webkit-scrollbar {
    width: 5px !important;
    border-radius: 7px !important;
}

.brand_custom_scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.brand_custom_scroll::-webkit-scrollbar-thumb {
    background: #555;
}

.brand_custom_scroll::-webkit-scrollbar-thumb:hover {
    background: #8EC63F;
}

.show_filter {
    padding-left: 14px;
}

.filter_data {
    float: left;
    /* margin: -5px 0px; */
}

.filter_heading {
    font-size: 10px;
    float: left;
    padding: 3px 0px;
}

.filter_item {
    border: 1px solid #cbcbcb;
    border-radius: 25px;
    font-size: 10px;
    float: left;
    padding: 0px 5px;
    margin: -1px 2px;
}

.allclr_btn {
    color: #8EC63F;
    font-size: 11px;
    border: none;
    background: none;
    margin: 2px -3px;
}

.filter_item .close {
    font-size: 13px;
    padding: 5px 0px 0px 2px;
}

.filter_collapse:after {
    content: '\002b';
    /* Unicode character for "plus" sign (+) */
    color: #777;
    float: right;
    margin-right: 10px;
    margin-top: -34px;
    font-size: 20px;
}


/* .filter_collapse */

.collapse.show:after~.filter_collapse:after {
    font-size: 20px;
    content: '\002d';
    /* Unicode character for "minus" sign (-) */
}


/* INdividual Clear Button */

.tab_individual_clr_btn {
    color: #8EC63F;
    font-size: 12px;
    border: none;
    background: none;
}

.tab_individual_clr_btn:before {
    content: '\1433';
    font-size: 12px;
    color: #8EC63F;
    font-weight: bold;
    margin: 0px 5px 0px -5px;
}

.filter_collapse2:after {
    content: '\002d' !important;
}

.HeightMax175px {
    max-height: 175px !important;
}

#brandFilter {
    cursor: pointer !important;
}

#brandFilter:hover {
    background: #f6f7e6;
    cursor: pointer !important;
}

#allclr_btn:hover {
    cursor: pointer !important;
}


/* Product Details Page modal */

.product_details_modal_body {
    padding-top: 8%;
}


/* Brand page */


/* .brandpage_product_name .grid_view_category_name,
.brandpage_product_name .list_view_category_name {
font-weight: bold;
} */

.brandpage_product_name p .grid_view_category_name {
    color: #8EC63F;
    font-family: Helvetica Neue;
    font-size: 13px;
    font-weight: bold;
}

.brandpage_product_name .category_name {
    font-family: Helvetica Neue !important;
    font-size: 13px;
    text-transform: capitalize;
}

.card_prdct_title {
    font-size: 16px;
    margin-top: -4px;
    margin-bottom: 5px;
    font-family: Arial !important;
    font-weight: bold;
}

.card_prdct_title:hover a {
    color: #8EC63F;
}

.card_prdct_other_title {
    font-size: 12px;
    font-family: Arial Rounded MT;
}

.card_prdct_other_data {
    font-size: 12px;
    font-family: Helvetica Neue;
}

.cart_note_head {
    font-weight: bold;
    font-size: 14px;
    font-family: Arial Rounded MT !important;
}

.cart_note_imgs {
    padding-left: 13px;
}

.cart_note_imgs img {
    margin: auto 2px;
    display: block;
    height: 30px;
    border: 1px solid #8EC63F;
    float: left;
}

.add_to_card_product_img img {
    padding: 24px;
}

.cart_modal_add_button {
    border-radius: 11px 0 11px;
    background-color: #8EC63F;
}

.cart_singlenote {
    margin: 10px 0px;
}

.cart_full_details a {
    color: #000;
}

.cart_full_details a:hover {
    color: #8EC63F;
}

.single_tranding .des .brand:hover a {
    color: #8EC63F;
}

.single_tranding .des .gender {
    font-family: Helvetica neue !important;
    text-transform: capitalize;
    padding: 4px 15px;
    margin-top: -11px;
}


/* Product Details Page Tooltip */

.jkrtooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.jkrtooltip .jkrtooltiptext {
    visibility: hidden;
    width: 117px;
    background-color: #fff;
    color: #8EC63F;
    text-align: center;
    font-size: 12px;
    border-radius: 3px;
    border: 1px solid #8EC63F;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: 13px;
    right: 105%;
}

.jkrtooltip .jkrtooltiptext::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #8EC63F;
}

.jkrtooltip:hover .jkrtooltiptext {
    visibility: visible;
}


/* My list Modal */

.my_list_modal_list_item {
    display: grid;
    padding-left: 13px;
}

.my_list_modal_list_name {
    color: #000;
}


/* Sample Subscription Modal */

.subscriptio_product_modal_img a img {
    padding: 24px;
}

.subscription_view_modal_cross_btn {
    margin: 10px 15px 0px 0px;
}

.subscription_modal_add_button {
    border-radius: 11px 0 11px;
    background-color: #8EC63F;
}


/* Login Page */

.register_now_btn a:hover {
    color: #000;
}


/* =============Faq Search========== */

.faq_ajaxSearch {
    position: absolute;
    z-index: 9999;
    width: 100% !important;
    height: 100px;
    border-top: none;
    margin-top: -2%;
    margin-bottom: 2%;
    overflow-y: scroll;
}

@media only screen and (min-width: 576px) {
    .faq_search_input {
        position: absolute;
        right: 0;
        top: 0;
    }
}


/* blog list scrollbar */

.faq_ajaxSearch .note-list:hover {
    background: #cbcbcb;
    cursor: pointer;
}

.faq_select {
    width: 100%;
}

.faq_ajax_scroll::-webkit-scrollbar {
    width: 5px !important;
    border-radius: 7px !important;
}

.faq_ajax_scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.faq_ajax_scroll::-webkit-scrollbar-thumb {
    background: #555;
}

.faq_ajax_scroll::-webkit-scrollbar-thumb:hover {
    background: #8EC63F;
}


/* --------------Subscription Page gap between section-------------- */

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .subscription_cmn_sction {
        margin-bottom: 30px;
    }
}


/* --------------Brand page-------------- */

.filter_brnd_nm {
    color: #000;
}


/* Index Page */

.single_tranding .des .index_brand {
    color: #000;
}

.index_product_title {
    line-height: 1.5em !important;
    height: 3.5em;
    text-overflow: ellipsis;
    width: 100%;
    display: block !important;
    position: relative;
}

.index_product_gender {
    line-height: 1em !important;
    height: 2em;
    text-overflow: ellipsis;
    width: 100%;
    display: block !important;
    position: relative;
}


/* Checkout -> Shiping Address Add New */

.shipping_new_addrs_title {
    font-size: 18px;
}

.shipping_address_list {
    padding: 6px 2px;
}

.shipping_address_list label {
    font-size: 12px;
    padding: 3px 25px;
}

.shipping_address_list label a {
    color: #8EC63F;
}

.shipping_address_list label .address_holder_name {
    font-weight: bold;
}

.shipping_address_list label h5 {
    font-size: 13px;
    float: left;
    font-weight: 600;
}

.shipping_address_list:hover label a {
    color: #000;
    font-weight: bold;
}

.shipping_address_list:hover {
    border: 1px solid #8EC63F;
    background: rgb(142 198 63 / 0.25);
}

.shipping_product_check {
    margin-top: -15px;
}

.shipping_product_name {
    margin-top: 24%;
}

.product-remove {
    margin: 0 !important;
    padding: 0 !important;
}

.giftwrap_section,
.engrab_section {
    width: 20%;
}

.giftwrap_data,
.engrab_msg_common {
    width: 80%;
}

.engrab_msg_common input {
    font-size: 12px;
    border: 1px solid #8EC63F;
    border-radius: 2px;
    width: 195px;
    margin-left: 10px;
}

.engrab_msg_common input::placeholder {
    font-size: 12px;
}


/* custom Checkbox Creation shipping info*/

.ship_chk_lbl {
    display: block;
    position: relative;
    padding-left: 15px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ship_chk_lbl .ship_chk_inpt {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.ship_chk_mark {
    position: absolute;
    top: 1px;
    left: 0px;
    height: 10px;
    width: 10px;
    background-color: #eee;
    border: 1px solid #8EC63F;
}

.ship_chk_lbl:hover .ship_chk_inpt~.ship_chk_mark {
    background-color: #ccc;
}

.ship_chk_lbl .ship_chk_inpt:checked~.ship_chk_mark {
    background-color: #8EC63F;
}

.ship_chk_mark:after {
    content: "";
    position: absolute;
    display: none;
}

.ship_chk_lbl .ship_chk_inpt:checked~.ship_chk_mark:after {
    display: block;
}

.ship_chk_lbl .ship_chk_mark:after {
    left: 2px;
    top: 0px;
    width: 3px;
    height: 6px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}


/* custom radio Creation shipping page*/

.ship_radio {
    display: block;
    position: relative;
    padding-left: 18px;
    padding-top: 2px;
    cursor: pointer;
    font-size: 12px;
    float: left;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ship_radio .ship_radio_inpt {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.ship_chek {
    position: absolute;
    top: 2px;
    left: 4px;
    height: 13px;
    width: 13px;
    background-color: #eee;
    border-radius: 50%;
    border: 0.5px solid #cbcbcb;
}

.ship_radio:hover .ship_radio_inpt~.ship_chek {
    background-color: #ccc;
}

.ship_radio .ship_radio_inpt:checked~.ship_chek {
    background-color: #8EC63F;
}

.ship_chek:after {
    content: "";
    position: absolute;
    display: none;
}

.ship_radio .ship_radio_inpt:checked~.ship_chek:after {
    display: block;
}

.ship_radio .ship_chek:after {
    top: 3px;
    left: 3px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: white;
}


/* Common page Title + Description */

.common_title {
    margin-top: 30px !important;
    background: rgba(247, 250, 252,  0.85) !important;
    border-radius: 7px !important;
}

.common_title h2 {
    font-family: Arial Rounded MT !important;
    font-size: 30px;
    color: #8EC63f;
}

.common_description {
    margin-top: 15px !important;
    background: rgba(247, 250, 252, 0.85) !important;
    border-radius: 7px !important;
}

.common_description p,
.common_description {
    padding: 10px 20px !important;
    font-size: 15px !important;
    color: rgb(0, 0, 0, 0.9);
    text-align: justify;
    font-family: Helvetica Neue Light !important;
}


/*--------------------All Font Family-------------------*/

.arial {
    font-family: Arial !important;
}

.arial_rounded_mt {
    font-family: Arial Rounded MT !important;
}

.arial_rounded_mt_bold {
    font-family: Arial Rounded MT Bold !important;
}

.helvetica_neue_light {
    font-family: Helvetica Neue Light !important;
}

.helvetica_neue {
    font-family: Helvetica neue !important;
}


/* custom radio Creation shipping page*/

.feedback_radio {
    display: block;
    position: relative;
    padding-left: 25px;
    padding-top: 0px;
    cursor: pointer;
    font-size: 12px;
    float: left;
    margin-right: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.feedback_radio .feedback_radio_inpt {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.feedback_chek {
    position: absolute;
    top: 2px;
    left: 4px;
    height: 13px;
    width: 13px;
    background-color: #eee;
    border-radius: 50%;
    border: 0.5px solid #cbcbcb;
}

.feedback_radio:hover .feedback_radio_inpt~.feedback_chek {
    background-color: #ccc;
}

.feedback_radio .feedback_radio_inpt:checked~.feedback_chek {
    background-color: #8EC63F;
}

.feedback_chek:after {
    content: "";
    position: absolute;
    display: none;
}

.feedback_radio .feedback_radio_inpt:checked~.feedback_chek:after {
    display: block;
}

.feedback_radio .feedback_chek:after {
    top: 3px;
    left: 3px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: white;
}

.given_comment {
    width: 100%;
    border: 1px solid #8EC63F;
    border-radius: 4px;
    padding: 10px 5px;
}

.feedback_submit {
    background: #8EC63F;
    padding: 2px 7px;
    border: 1px solid #8EC63F;
    border-radius: 3px;
    font-size: 14px;
    float: right;
}

.feedback_submit:hover {
    background: #fff;
    color: #8EC63F;
}

.remove_feedback {
    background: #dfe0e0;
    padding: 0px 18px;
    border: 1px solid #8EC63F;
    border-radius: 3px;
    font-size: 10px;
    color: #000;
    margin: 0px 0px 6px 15px;
}

.complete_feedback h6 {
    float: left;
}


/* Cancle Order Page */

.order_product_list h5 {
    color: #8EC63F;
    margin-top: 15px;
}

.order_cancelation_btn {
    background: #8EC63F;
    padding: 2px 7px;
    border: 1px solid #8EC63F;
    border-radius: 3px;
    font-size: 14px;
    margin: 25px 0px;
}

.cancel_yes {
    background: #8EC63F;
    padding: 2px 7px;
    border: 1px solid #8EC63F;
    border-radius: 3px;
    font-size: 14px;
    float: left;
}

.cancel_no {
    background: #b1b3b4;
    padding: 2px 7px;
    color: #fff;
    border: 1px solid #8EC63F;
    border-radius: 3px;
    font-size: 14px;
    margin: 0px 5px 0px 0px;
}

.cancel_order_table th {
    font-size: 13px !important;
}


/* Custom breadcumb */

.custom_breadcumb {
    background: transparent !important;
    padding: 0 !important;
}


/* Dashboard-> my bLend Page */

.customer_blend_product {
    height: auto;
    margin-top: 0px !important;
    text-align: center;
    padding: 0px 20px;
    background: #fff;
    border: 1px solid #ddd;
}

.blend_single_product {
    margin: 10px 0px;
}

.customer_blend_product img {
    width: 75%;
    padding-top: 3%;
    margin: auto;
}

.customer_blend_product .des p.title {
    margin-bottom: 5px !important;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.5em;
    height: 3em;
    text-overflow: ellipsis;
    width: 100%;
    display: block !important;
    position: relative;
}

.customer_blend_product .des p.brand {
    font-size: 13px;
    padding: 4px 15px;
    border-radius: 4px;
    display: inline-block;
    color: #000000;
    font-family: Helvetica Neue;
    line-height: 1.5em;
    height: 3em;
    text-overflow: ellipsis;
    width: 100%;
    margin-top: -5px;
    display: block !important;
    position: relative;
}

.customer_blend_product .des p.brand:hover {
    color: #8EC63F;
    cursor: pointer;
}

.customer_blend_product .des p.price {
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 0px;
    margin-top: -8px;
    font-family: Helvetica Neue;
}

.customer_blend_product .des p.gender {
    font-size: 13px;
    margin-bottom: 8px;
    margin-top: -8px;
    font-family: Helvetica Neue;
}

.customer_blend_product .des p.gender:hover {
    color: #8EC63F;
}

.customer_blend_product .des-hover {
    margin-bottom: 15px;
}

.customer_blend_product .des-hover span {
    height: 40px;
    width: 40px;
    line-height: 38px;
    text-align: center;
    border: 2px solid #000;
    margin: 0 2px;
    display: inline-block;
    color: #000;
}

.customer_blend_product .des-hover span:hover {
    border: 2px solid #8EC63F;
    background: #8EC63F;
    color: #fff;
}

.choose_file_border {
    border: 1px solid #8EC63F;
    border-radius: 4px;
}

.customer_dash_myblend {
    margin-bottom: 50px;
}

.customer_blend_heading {
    color: rgb(0 0 0 / 75%);
    font-size: 16px;
}


/* Customer address */

.myaddres_sub_title h4 {
    color: #8EC63F;
}


/* customer login menu  */

.customerMenu {
    background: white;
    min-width: 170px;
    right: 15px;
    position: absolute;
    z-index: 999;
    border: 1px solid #9abf5b;
    top: 25px;
    display: none;
}

.customerMenu ul:after {
    content: '';
    position: absolute;
    left: 10px;
    top: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #a0c65d;
    clear: both;
}

.customerMenu ul li {
    border-bottom: 1px solid #ddd;
}

.customerMenu ul li a {
    text-transform: capitalize !important;
    font-family: Arial Rounded MT !important;
    color: #888;
    display: block;
    padding: 5px;
    font-size: 10px;
    padding-left: 20px;
}

.customerMenu ul li a:hover {
    color: #fff;
    background: #8fc63f;
}


/* my-list */

.my_list_description {
    margin-top: 0% !important;
}

.list_content {
    margin-top: 15px !important;
}

.list_separator {
    background-image: linear-gradient(to top, #fff, #cbcbcb);
    width: 2px;
    height: 100%;
    float: left;
}


/* Customer_Profile */

.customer_profile_form_lavel {
    padding-left: 30%;
}

.customer_addresses_body {
    padding-top: 15px;
}

.mb-15 {
    margin-bottom: 15px;
}


/* My compare list */

.cmpr_lst {
    border: 1px solid #ddd;
}


/* Subscription Queue Page */

.subscription_queue_customization_button {
    margin-top: 5px;
}

.seller_fdback_pull_cmnt {
    width: 100%;
}

.wallet_confirm_button {
    background-color: #8EC63F;
    border-radius: 4px;
    border: 1px solid #8EC63F;
    color: #fff;
    padding: 4px 7px;
}

.wallet_confirm_button:hover {
    background-color: #fff;
    border: 1px solid #8EC63F;
    color: #8EC63F;
}


/* .wallet_modal_dialog {
    top: 20%;
} */

.wallet_modal_content {
    width: 600px;
}


/* Order Details Tooltip */

.ordertooltip {
    position: relative;
    display: inline-block;
}

.ordertooltip .ordertooltiptext {
    visibility: hidden;
    min-width: 120px;
    min-height: 50px;
    background-color: #fff;
    color: #000;
    border: 1px solid #8EC63F;
    border-radius: 4px;
    padding: 10px 15px;
    position: absolute;
    z-index: 1;
    top: 112%;
    left: 25%;
    margin-left: -60px;
}

.ordertooltip .ordertooltiptext::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #8EC63F transparent;
}

.ordertooltip:hover .ordertooltiptext {
    visibility: visible;
}

.ordertooltip .ordertooltiptext {
    opacity: 0;
    transition: opacity 1s;
}

.ordertooltip:hover .ordertooltiptext {
    opacity: 1;
}

.ship_tooltip_name {
    font-weight: bold;
    font-size: 15px;
}


/* log in and security page */

.log_secure_name {
    padding: 20px 25px 0px 25px;
}

@media only screen and (min-width:550px) and (max-width: 5100px) {
    .hidden_large_devices {
        display: none !important;
    }
}

@media only screen and (max-width:549px) {
    .hidden_small_devices {
        display: none !important;
    }
    .compare_list_head_small {
        margin-left: 14px;
        display: block;
    }
}


/* Footer Myfragranceme-> career Page */

.career_padding_leftright {
    padding-left: 25px;
    padding-right: 25px;
}

.career_details p {
    text-align: justify;
}


/* Footer -> For Business & Consumer Care */

.text_editr .row,
.text_editr .col-md-12,
.text_editr .col-md-6 {
    background-color: transparent !important;
    text-align: justify !important;
}

.text_editr h4,
.text_editr h3 {
    text-align: left;
    font-family: Arial Rounded MT !important;
}

@media only screen and (max-width: 575px) {
    .cust_profile_form {
        height: 25px;
        font-size: 12px;
    }
    .text_editr h1,
    .text_editr h2,
    .text_editr h3,
    .text_editr h4,
    .text_editr h5,
    .text_editr h6,
    .consumer_right h3,
    .faq_box_item h3 {
        font-size: 13px !important;
    }
    .text_editr h4,
    .faq_box_item h4,
    .promoted-articles-item a {
        font-size: 12px !important;
    }
    .text_editr p,
    .text_editr .row ul {
        font-size: 11px !important;
        line-height: 14px !important;
    }
    .consumer_right img {
        width: 30%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 991px) {
    .text_editr h1,
    .text_editr h2,
    .text_editr h3,
    .text_editr h4,
    .text_editr h5,
    .text_editr h6 {
        font-size: 16px !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .text_editr h1 {
        font-size: 22px;
    }
    .text_editr h2 {
        font-size: 20px;
    }
    .text_editr h3 {
        font-size: 18px;
    }
    .text_editr h4 {
        font-size: 16px;
    }
    .text_editr h5 {
        font-size: 13px;
    }
    .text_editr h6 {
        font-size: 11px !important;
    }
}


/* Footer -> Consumer Care -> Consumer Rights */

.consumer_right h3 {
    text-align: justify;
}

.consumer_right img {
    margin: 0 auto;
    display: block;
    border-radius: 50%;
}


/* Footer -> Consumer Care -> FAQ */

@media only screen and (max-width: 767px) {
    .breadcrumb-search .faq-search {
        float: left !important;
        margin-top: 15px;
    }
    .breadcrumb-search .faq-search input {
        height: 35px;
    }
    .breadcrumb-search .faq-content h2 {
        margin-bottom: 25px;
        font-size: 21px;
    }
}

@media only screen and (max-width: 575px) {
    .breadcrumb-search .faq-content h2 {
        margin-bottom: 9px;
        font-size: 15px;
        margin-top: 15px;
    }
}


/* Note Single Page */

@media only screen and (min-width:992px) and (max-width: 1199px) {
    .notes-details-product .product-wrapper .product-img img {
        height: 375px;
    }
    .notes-details-product .product-wrapper .product-details p {
        font-size: 14px;
    }
    .NoProductFound {
        font-size: 16px !important;
    }
}

@media only screen and (min-width:768px) and (max-width: 991px) {
    .notes-details-product .product-wrapper .product-img img {
        height: 290px;
    }
    .notes-details-product .product-wrapper .product-details p {
        font-size: 12px;
    }
    .NoProductFound {
        font-size: 14px !important;
    }
}

@media only screen and (min-width:486px) and (max-width: 767px) {
    .notes-details-product .product-wrapper .product-img img {
        height: 200px;
    }
    .notes-details-product .product-wrapper .product-details p {
        font-size: 11px;
    }
    .NoProductFound {
        font-size: 14px !important;
    }
}

@media only screen and (min-width:450px) and (max-width: 485px) {
    .notes-details-product .product-wrapper .product-img img {
        height: 175px;
    }
    .notes-details-product .product-wrapper .product-details p {
        font-size: 9px;
        line-height: 11px;
    }
    .NoProductFound {
        font-size: 12px !important;
    }
}

@media only screen and (min-width:386px) and (max-width: 449px) {
    .notes-details-product .product-wrapper .product-img img {
        height: 165px;
    }
    .notes-details-product .product-wrapper .product-details p {
        font-size: 9px;
        line-height: 11px;
    }
    .NoProductFound {
        font-size: 11px !important;
    }
}

@media only screen and (max-width: 385px) {
    .notes-details-product .product-wrapper .product-img img {
        height: 150px;
        width: 100%;
        margin-top: 0%;
    }
    .notes-details-product .product-wrapper .product-details {
        width: 100%;
        margin-bottom: 0%;
    }
    .notes-details-product .product-wrapper .product-details p {
        font-size: 9px;
        line-height: 11px;
    }
    .NoProductFound {
        font-size: 9px !important;
    }
}


/* Home Page -> Home Slider -> Learn more button */

.button_for_small_device {
    position: relative;
}

.small_screen_learn_btn {
    position: absolute;
    padding: 16px 35px 16px 18px;
    font-size: 13px;
    top: 20%;
}

.small_screen_learn_btn:after {
    right: 15px;
}

.button_for_small_device {
    position: relative;
}

.home_slider_learn_more {
    padding: 16px 35px 16px 18px;
    font-size: 13px;
    top: 20%;
}

.home_slider_learn_more:after {
    right: 15px;
}


/* Subscriptio frontend page */

.subscription_item_choose {
    margin-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .subscription_btn {
        right: 7.5%;
    }
    .subs_contnue p {
        margin: 0;
        color: #fff;
        font-size: 9px;
        padding: 8px 10px 8px 9px;
    }
    .subs_contnue:before {
        height: 28px;
    }
}

@media only screen and (max-width: 767px) {
    .subs_contnue p {
        margin: 0;
        color: #fff;
        font-size: 9px;
        padding: 8px 10px 8px 9px;
    }
    .subs_contnue:before {
        height: 28px;
    }
}

.subscription_btn {
    position: fixed;
    top: 50%;
    right: 0.5%;
}

.subs_contnue {
    background: #8EC63F;
    padding: 0px 3px 1px 3px;
    border-radius: 0 30px 30px 0;
    border: 3px solid #fff;
    border-left: none;
    box-shadow: 0px 3px 10px -2px #000;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.subs_contnue:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 3px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    height: 47px;
    border-radius: inherit;
    border: 1px solid #fff;
    -webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
    animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
}

.subs_contnue:hover {
    background: #fff;
    border: 3px solid #8EC63F;
    border-left: none;
}

.subs_contnue:hover p {
    color: #8EC63F;
}

.subs_contnue p {
    margin: 0;
    color: #fff;
    font-size: 15px;
    padding: 14px 17px 15px 15px;
    font-weight: 700;
    line-height: 1;
}


/* Home Page */

@media only screen and (max-width: 486px) {
    .home_slider_learn_more {
        padding: 12px 30px 12px 15px;
        font-size: 9px;
    }
    .hero {
        height: 198px;
    }
}

@media only screen and (min-width: 486px) and (max-width: 575px) {
    .home_slider_learn_more {
        padding: 12px 30px 12px 15px;
        font-size: 9px;
    }
    .hero {
        height: 198px;
    }
}


/* Footer Menu */

@media only screen and (max-width: 575px) {
    .footer-area .single-footer-widget ul li {
        margin-bottom: 5px;
    }
}


/* Astrology Page Responsive */

.astrology_search_btn {
    padding: 6px 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .astrology_search_btn {
        padding: 6px 10px !important;
        font-size: 15px;
        margin: 0px 5px;
    }
    /* barcode modal */
    .barcode_modal_footer .btnw {
        margin-bottom: 15px !important;
        padding: 15px 25px;
        border-radius: 7px 0px;
    }
    .barcode_modal_footer .btnw:after {
        font-size: 9px;
        right: 9px;
        top: 17px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .astrology_button_parent {
        text-align: center;
    }
    /* barcode modal */
    .barcode_head {
        margin-top: 10px;
    }
    .barcode_modal_footer .btnw {
        margin-bottom: 15px !important;
        padding: 15px 25px;
        border-radius: 7px 0px;
    }
    .barcode_modal_footer .btnw:after {
        font-size: 9px;
        right: 9px;
        top: 17px;
    }
}

@media only screen and (max-width: 575px) {
    .astrology_button_parent {
        text-align: center;
    }
    /* barcode modal */
    .barcode_head {
        margin-top: 10px;
    }
    .barcode_modal_footer .btnw {
        margin-bottom: 15px !important;
        padding: 15px 25px;
        border-radius: 7px 0px;
    }
    .barcode_modal_footer .btnw:after {
        font-size: 9px;
        right: 9px;
    }
}


/* Common page-> brand name */

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .filter_brnd_nm {
        font-size: 12px;
    }
}

@media only screen and (max-width: 767px) {
    .filter_brnd_nm {
        font-size: 11px;
    }
    /* Barcode Modal */
    .barcode_modal .modal-body {
        padding: 0px !important
    }
}


/* front Page Pagination */

.frontpage_pagination {
    margin: 0 auto;
    display: block;
}


/* Home page -> Share modal  responsive */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .sharemodal_dialog {
        top: 14%;
        left: 17%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sharemodal_dialog {
        top: 16%;
        left: 5%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .sharemodal_dialog {
        top: 10%;
        left: 11%;
    }
    .home_share_modal {
        width: 500px !important;
        height: 440px !important;
    }
    .share_qr img {
        height: 100px;
        width: 100px;
    }
    .share_play {
        margin-top: 0px;
    }
    .share_play img {
        height: 37px;
        width: 132px;
        margin-top: 10px;
    }
    .share_social {
        position: absolute;
        left: 11%;
    }
}

@media only screen and (min-width: 486px) and (max-width: 575px) {
    .sharemodal_dialog {
        top: 16%;
        left: 8%;
    }
    .home_share_modal {
        width: 80% !important;
    }
    .share_qr img {
        height: 100px;
        width: 100px;
    }
    .share_play {
        margin-top: 0px;
    }
    .share_play img {
        height: 37px;
        width: 132px;
        margin-top: 10px;
    }
    .share_social {
        position: absolute;
        left: 7%;
    }
}

@media only screen and (max-width: 485px) {
    .sharemodal_dialog {
        top: 16%;
        left: 8%;
    }
    .home_share_modal {
        width: 80% !important;
    }
    .share_qr img {
        height: 100px;
        width: 100px;
    }
    .share_play {
        margin-top: 0px;
    }
    .share_play img {
        height: 37px;
        width: 132px;
        margin-top: 10px;
    }
    .share_social {
        position: absolute;
        left: 7%;
    }
    .share_social ul li a img {
        width: 30px !important;
        height: auto;
    }
    .share_social ul li {
        margin: 0px 5px;
    }
}

@media only screen and (max-width: 400px) {
    .share_social ul li {
        margin: 0px 2px;
    }
}


/* Faq category, Faq details Page */

.faq_category_body {
    padding-top: 25px;
}


/* header top -> learn more  */

.header_top_learmore span a {
    font-size: 25px;
}

.header_learnmore .row .single-about {
    width: 100%;
}

@media only screen and (max-width: 575px) {
    .header_top_learmore span a {
        font-size: 18px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header_top_learmore span a {
        font-size: 22px;
    }
}


/* Blog page slider */

.blog_banner_active .owl-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -41px;
    padding: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.blog_banner_active .owl-dots .owl-dot {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    float: left;
    margin: 0px 5px;
    border: 2px solid #8EC63F;
}

.blog_banner_active .owl-dots .owl-dot.active {
    background-color: #8EC63F;
}


/* Blog Details Page */

.blog_detail_common_title {
    margin-top: 0px;
}

.blog_comment_write {
    margin: 0px 0px -35px 0px;
}

.blog_comment_post_btn {
    background-color: #8EC63F;
    color: #fff;
    padding: 8px 18px;
    font-size: 14px;
    border-radius: 4px !important;
    border: none;
    font-family: Arial Rounded MT !important;
}

.blog_posted_comment img {
    float: left;
}

.blog_posted_comment h4 {
    line-height: 1px;
}

.blog_posted_comment h4 a {
    color: #000;
    font-size: 19px;
}

.blog_posted_comment h4 a:hover {
    color: #000;
}

.blog_user_name_time {
    padding-top: 10px;
}

.blog_update_time {
    font-family: Helvetica neue !important;
    font-size: 13px !important;
    color: #666;
}

.blog_user_comment p {
    line-height: 15px;
    font-size: 15px;
    text-align: justify;
    font-family: Helvetica neue !important;
    color: rgb(0 0 0/0.75);
}

.blog_user_comment p a {
    color: #8EC63F;
}

.single_blog_comment {
    margin: 10px 0px 30px 0px;
}


/* All Brands */

.all_brands_title {
    font-family: Arial Rounded MT !important;
}

@media only screen and (max-width: 575px) {
    /* all brands title */
    .all_brands_title {
        font-size: 16px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    /* all brands title */
    .all_brands_title {
        font-size: 18px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* all brands title */
    .all_brands_title {
        font-size: 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    /* all brands title */
    .all_brands_title {
        font-size: 22px;
    }
}


/* customer profile password eye*/

@media only screen and (max-width: 575px) {
    .my_profile_pass_eye {
        top: 0% !important;
        right: 3% !important;
    }
}


/* Events Page */

.events_heading {
    padding-left: 10px;
}

.events_heading h4 {
    font-family: Arial Rounded MT !important;
    font-size: 19px;
    line-height: 8px;
    padding-top: 3%;
    text-transform: capitalize;
}

.events_heading a:hover h4 {
    color: #8EC63F;
}

.events_heading .service_bottom {
    font-size: 15px;
    text-align: justify;
    font-family: Helvetica neue !important;
    color: rgb(0 0 0/0.75)
}

.see_all_events {
    padding: 20px 52px 20px 20px !important;
    font-size: 14px !important;
    margin-top: 15px;
}

.events_heading .info {
    min-height: 44px;
    line-height: 15px;
}

@media only screen and (min-width: 576px) and (max-width: 1199px) {
    .events_heading h4 {
        font-size: 16px;
    }
}

@media only screen and (max-width: 575px) {
    .events_heading h4 {
        font-size: 11px;
    }
    .events_heading .service_bottom {
        font-size: 9px;
    }
    .events_heading .info {
        font-size: 10px;
    }
}


/* Events Details Page responsive */

@media only screen and (min-width: 576px) and (max-width: 991px) {
    .blog-details .blog-title h2 {
        font-size: 35px;
    }
}

@media only screen and (max-width: 575px) {
    .blog-details .blog-title h2 {
        font-size: 30px;
    }
    .blog_share {
        text-align: right;
    }
    .blog_events_details {
        margin-bottom: 35px;
    }
}

@media only screen and (min-width: 450px) and (max-width: 484px) {
    .blog_events_details {
        margin-bottom: 25px;
    }
    .blog-details .social_link {
        right: 0%;
    }
}


/* Career Page Accordion */

.crer_btn:before {
    content: '\002b';
    color: #000;
    float: right;
    margin-left: 10px;
    margin-top: -34px;
    font-size: 20px;
}

.crer_btn.active:before {
    font-size: 20px;
    content: "\002d";
}

.crr_acrdn {
    background-color: #fff;
    color: #000;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    border-bottom: 1px solid #ddd;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

.crr_active,
.crr_acrdn:hover {
    background-color: #fff;
    color: #8EC63F;
}

.crr_acrdn:after {
    content: '\002B';
    color: #fff;
    font-weight: bold;
    float: left;
    margin-right: 10px;
    background-color: #8EC63F;
    padding: 0px 7px;
}

.crr_active:after {
    content: "\2212";
    background-color: #fff;
    border: 1px solid #8EC63F;
    color: #8EC63F;
}

.crr_pnl {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.resume_file_level_left {
    position: absolute !important;
    left: 0;
    top: 0;
    border-radius: 4px 0px 0px 4px !important;
    padding: 7px 0px;
}

.resume_choose_default {
    opacity: 0;
}

.resume_upload_border {
    border: 0.5px solid #8EC63F !important;
}

.resume_limitation {
    color: #888;
    margin-top: -15px;
}

@media only screen and (max-width: 575px) {
    .resume_file_level_left {
        padding: 0px;
    }
}

.sub_label {
    color: rgb(0 0 0/0.75);
}


/* Blogger program */

.bloger_privacy {
    color: #000;
    font-size: 14px;
}

.bloger_privacy a {
    color: #8EC63F;
}

.bloger_privacy a:hover {
    color: #000;
}

.age_range {
    float: left;
    margin: 0px 10px 0px 15px;
}

.feedback_subtitle {
    color: rgb(0 0 0/0.75);
    font-size: 15px !important;
}

.wrtn_chck {
    top: 5px !important;
}

.user_given_link {
    margin-top: 5px;
}


/* contact us page */

.contact_menu ul li a {
    color: #8EC63F;
    font-size: 16px;
}

.contact_menu ul li a:hover {
    color: #000;
}

.contact_menu ul li a:after {
    content: '\FF5C';
    color: #8EC63F;
    font-size: 13px;
    margin: 0px 3px;
}

.contact_menu ul li:last-child a:after {
    display: none;
}

.not_ans {
    margin-top: 15px;
}

.not_ans p {
    color: #8EC63F;
    font-size: 16px;
}

.contact_us_inquery.nice-select .option {
    max-width: 400px;
    white-space: initial;
}

.contact_us_inquery.nice-select .list::-webkit-scrollbar {
    width: 5px !important;
    border-radius: 7px !important;
}

.contact_us_inquery.nice-select .list::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.contact_us_inquery.nice-select .list::-webkit-scrollbar-thumb {
    background: #555;
}

.contact_us_inquery.nice-select .list::-webkit-scrollbar-thumb:hover {
    background: #8EC63F;
}

.contact_us_inquery.nice-select .list {
    overflow-y: scroll !important;
    height: 245px;
}

@media only screen and (max-width: 575px) {
    .contact_us_inquery.nice-select .option {
        white-space: initial;
    }
}

.contact_new {
    padding-left: 15px;
}

.contact_bottom_label h5 {
    padding: 0px 20px;
    font-size: 13px;
}

.contact_bottom_label2 {
    padding-left: 5px !important;
}

.contact_bottom_label p {
    padding: 0px 20px !important;
    margin-top: -5px !important;
    font-size: 11px !important;
}

.bottom_contact_info {
    padding-top: 10%;
}


/* Home Slider -> Small Device */

.small_slider_text h3,
.small_slider_text p {
    color: #fff;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .small_slider_text h3 {
        font-size: 16px;
    }
    .small_slider_text p {
        font-size: 13px;
    }
    .small_slider_text h3,
    .small_slider_text p {
        line-height: 9px;
    }
    .home_slider_learn_more {
        padding: 14px 35px 14px 18px !important;
        font-size: 11px !important;
    }
}

@media only screen and (max-width: 1499px) {
    .for_small_device {
        position: absolute;
        left: 6%;
        top: 25%;
    }
}

@media only screen and (max-width: 575px) {
    .small_slider_text h3 {
        font-size: 14px;
    }
    .small_slider_text p {
        font-size: 11px;
    }
    .small_slider_text h3,
    .small_slider_text p {
        line-height: 10px;
    }
}

@media only screen and (min-width: 485px) and (max-width: 575px) {
    .home_slider_learn_more {
        padding: 14px 35px 14px 18px !important;
        font-size: 11px !important;
    }
}

@media only screen and (max-width: 484px) {
    .home_slider_learn_more {
        padding: 11px 25px 11px 8px !important;
        font-size: 9px !important;
        border-radius: 7px 0px 7px;
    }
}


/* BLog page */

@media only screen and (min-width: 1501px) {
    .blog_service_views {
        padding: 0px 15px;
    }
}


/* Fotal-> Download app Modal */

.download_app_modal {
    color: #fff;
    text-align: justify;
    padding: 15px 10px 0px 10px;
    font-size: 14px !important;
}


/* Footer-> help */

.help_message_box {
    border: 1px solid #8EC63F !important;
    border-radius: 4px !important;
}

.extra-inofo-bar-1 .message-box .message-body h5 {
    color: #000;
    font-size: 16px;
}


/* my_compare list */

.cmpr_lst_prdct .owl-stage-outer .owl-stage {
    padding-bottom: 2%;
}


/* blog page responsive */

.blog_banner {
    padding-top: 5%;
}

@media only screen and (min-width: 1200px) {
    .blog_header_social_icon {
        margin-right: -50%;
    }
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .blog_header_social_icon {
        margin-right: -43%;
    }
    .blog_ajaxSearch {
        width: 59% !important;
        margin-top: -3%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog_header_social_icon {
        margin-right: -40%;
    }
    .blog_ajaxSearch {
        width: 63% !important;
        margin-top: -4%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog_ajaxSearch {
        width: 56% !important;
        margin-top: -2%;
    }
    .blog_search_form {
        width: 58%;
        float: right;
    }
}

@media only screen and (min-width: 485px) and (max-width: 575px) {
    .blog_ajaxSearch {
        width: 56% !important;
        margin-top: -2%;
    }
    .blog_search_form {
        width: 58%;
        float: right;
    }
}

@media only screen and (max-width: 484px) {
    .blog_ajaxSearch {
        width: 94% !important;
        margin-top: -3%;
    }
    .blog_search_form {
        width: 100%;
        float: right;
    }
    .blog_select {
        width: 100%;
        height: 25px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 384px) {
    .blog_ajaxSearch {
        width: 93% !important;
        margin-top: -3%;
    }
}

.resume_choose_default {
    opacity: 0;
}

.resume_upload_border {
    border: 0.5px solid #8EC63F !important;
}

.resume_limitation {
    color: #888;
    margin-top: -15px;
}

@media only screen and (max-width: 575px) {
    .resume_file_level_left {
        padding: 0px;
    }
}

.sub_label {
    color: rgb(0 0 0/0.75);
}


/* Blogger program */

.bloger_privacy {
    color: #000;
    font-size: 14px;
}

.bloger_privacy a {
    color: #8EC63F;
}

.bloger_privacy a:hover {
    color: #000;
}

.age_range {
    float: left;
    margin: 0px 10px 0px 15px;
}

.feedback_subtitle {
    color: rgb(0 0 0/0.75);
    font-size: 15px !important;
}

.wrtn_chck {
    top: 5px !important;
}

.user_given_link {
    margin-top: 5px;
}


/* contact us page */

.contact_menu ul li a {
    color: #8EC63F;
    font-size: 16px;
}

.contact_menu ul li a:hover {
    color: #000;
}

.contact_menu ul li a:after {
    content: '\FF5C';
    color: #8EC63F;
    font-size: 13px;
    margin: 0px 3px;
}

.contact_menu ul li:last-child a:after {
    display: none;
}

.not_ans {
    margin-top: 15px;
}

.not_ans p {
    color: #8EC63F;
    font-size: 16px;
}

.contact_us_inquery.nice-select .option {
    max-width: 400px;
    white-space: initial;
}

.contact_us_inquery.nice-select .list::-webkit-scrollbar {
    width: 5px !important;
    border-radius: 7px !important;
}

.contact_us_inquery.nice-select .list::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.contact_us_inquery.nice-select .list::-webkit-scrollbar-thumb {
    background: #555;
}

.contact_us_inquery.nice-select .list::-webkit-scrollbar-thumb:hover {
    background: #8EC63F;
}

.contact_us_inquery.nice-select .list {
    overflow-y: scroll !important;
    height: 245px;
}

@media only screen and (max-width: 575px) {
    .contact_us_inquery.nice-select .option {
        white-space: initial;
    }
}

.contact_new {
    padding-left: 15px;
}

.contact_bottom_label h5 {
    padding: 0px 20px;
    font-size: 13px;
}

.contact_bottom_label2 {
    padding-left: 5px !important;
}

.contact_bottom_label p {
    padding: 0px 20px !important;
    margin-top: -5px !important;
    font-size: 11px !important;
}

.bottom_contact_info {
    padding-top: 10%;
}


/* Home Slider -> Small Device */

.small_slider_text h3,
.small_slider_text p {
    color: #fff;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .small_slider_text h3 {
        font-size: 16px;
    }
    .small_slider_text p {
        font-size: 13px;
    }
    .small_slider_text h3,
    .small_slider_text p {
        line-height: 9px;
    }
    .home_slider_learn_more {
        padding: 14px 35px 14px 18px !important;
        font-size: 11px !important;
    }
}

@media only screen and (max-width: 1499px) {
    .for_small_device {
        position: absolute;
        left: 8%;
        top: 25%;
    }
}

@media only screen and (max-width: 575px) {
    .small_slider_text h3 {
        font-size: 14px;
    }
    .small_slider_text p {
        font-size: 11px;
    }
    .small_slider_text h3,
    .small_slider_text p {
        line-height: 10px;
    }
}

@media only screen and (min-width: 485px) and (max-width: 575px) {
    .home_slider_learn_more {
        padding: 14px 35px 14px 18px !important;
        font-size: 11px !important;
    }
}

@media only screen and (max-width: 484px) {
    .home_slider_learn_more {
        padding: 11px 25px 11px 8px !important;
        font-size: 9px !important;
        border-radius: 7px 0px 7px;
    }
}


/* BLog page */

@media only screen and (min-width: 1501px) {
    .blog_service_views {
        padding: 0px 15px;
    }
}


/* Fotal-> Download app Modal */

.download_app_modal {
    color: #fff;
    text-align: justify;
    padding: 15px 10px 0px 10px;
    font-size: 14px !important;
}


/* Footer-> help */

.help_message_box {
    border: 1px solid #8EC63F !important;
    border-radius: 4px !important;
}

.extra-inofo-bar-1 .message-box .message-body h5 {
    color: #000;
    font-size: 16px;
}


/* my_compare list */

.cmpr_lst_prdct .owl-stage-outer .owl-stage {
    padding-bottom: 2%;
}


/* blog page responsive */

.blog_banner {
    padding-top: 5%;
}

@media only screen and (min-width: 1200px) {
    .blog_header_social_icon {
        margin-right: -50%;
        margin-top: 1%;
    }
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .blog_header_social_icon {
        margin-right: -43%;
        margin-top: 1%;
    }
    .blog_ajaxSearch {
        width: 59% !important;
        margin-top: -3%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog_header_social_icon {
        margin-right: -40%;
        margin-top: 1%;
    }
    .blog_ajaxSearch {
        width: 63% !important;
        margin-top: -4%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog_ajaxSearch {
        width: 56% !important;
        margin-top: -2%;
    }
    .blog_search_form {
        width: 58%;
        float: right;
    }
}

@media only screen and (min-width: 485px) and (max-width: 575px) {
    .blog_ajaxSearch {
        width: 56% !important;
        margin-top: -2%;
    }
    .blog_search_form {
        width: 58%;
        float: right;
    }
}

@media only screen and (max-width: 484px) {
    .blog_ajaxSearch {
        width: 94% !important;
        margin-top: -3%;
    }
    .blog_search_form {
        width: 100%;
        float: right;
    }
    .blog_select {
        width: 100%;
        height: 25px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 384px) {
    .blog_ajaxSearch {
        width: 93% !important;
        margin-top: -3%;
    }
}


/* footer pages */

.text_editr .row .single-about img {
    width: 100% !important;
    height: auto !important;
}

.text_editr .row .single-about table td {
    border: 1px solid;
}

.text_editr .row a {
    color: #8EC63F;
}

.text_editr .row a:hover {
    text-decoration: none;
}

.text_editr .row {
    background-color: transparent !important;
    width: 100% !important;
    text-align: justify !important;
    padding: 0px 30px;
    padding-right: 0px !important;
}


/* without row */

.text_editr img {
    /* width: 100% !important;
    height: auto !important; */
}

.text_editr table td {
    border: 1px solid;
}

.text_editr a {
    color: #8EC63F;
}

.text_editr a:hover {
    text-decoration: none;
}

.text_editr {
    background-color: transparent !important;
    width: 100% !important;
    text-align: justify !important;
    padding: 0px 30px;
    /* padding-right: 0px !important; */
}


/* Product Details */

.soldby_hover a:hover {
    color: #8EC63F;
}


/* Seller Profile page */

.seller_profile_tab {
    width: 100%;
    padding: 0 15px;
}

.seller_common_font_size {
    font-size: 14px !important;
}

.seller_product_heading {
    margin-left: -20%;
}


/* Products Details Page */

.product_detail_dot .owl-dots .owl-dot {
    border: 2px solid #8EC63F;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    margin: 0 4px;
}

.product_detail_dot .owl-dots .owl-dot.active {
    background-color: #8EC63F;
}

.product_detail_dot .owl-dots {
    top: 103%;
    z-index: 99999;
}

.cat-product-carousel5 .owl-nav div {
    background: rgba(12, 12, 14, 0.2);
    color: #000000;
    height: 60px;
    left: 0px;
    line-height: 60px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 30px;
    border-radius: 5px !important;
}

.product_details_tranding_area .see_product {
    background-image: url('../img/pattern/pattern001.png');
    background-color: #fff;
    padding-bottom: 1px;
    height: 50px;
    margin-bottom: -1px;
    z-index: -1;
}


/* helper */

.all_gender {
    font-family: Helvetica Neue !important;
    font-size: 13px;
    text-transform: capitalize;
}


/* home page category name */

.index_category_name {
    margin: 0px auto;
    margin-top: -8%;
    font-family: Arial Rounded MT !important;
    font-size: 35px;
    font-weight: 700;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .index_category_name {
        margin-top: -11%;
    }
}

@media only screen and (min-width: 950px) and (max-width: 991px) {
    .index_category_name {
        margin-top: -13%;
    }
}

@media only screen and (min-width: 850px) and (max-width: 949px) {
    .index_category_name {
        margin-top: -12%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 849px) {
    .index_category_name {
        font-size: 21px;
        margin-top: -11%;
    }
}

@media only screen and (min-width: 750px) and (max-width: 767px) {
    .index_category_name {
        font-size: 35px;
        margin-top: -17%;
    }
}

@media only screen and (min-width: 700px) and (max-width: 749px) {
    .index_category_name {
        font-size: 20px;
        margin-top: -15%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 699px) {
    .index_category_name {
        font-size: 20px;
        margin-top: -15%;
    }
}

@media only screen and (min-width: 550px) and (max-width: 575px) {
    .index_category_name {
        font-size: 20px;
        margin-top: -14%;
    }
}

@media only screen and (min-width: 486px) and (max-width: 549px) {
    .index_category_name {
        font-size: 20px;
        margin-top: 13%;
    }
}

@media only screen and (min-width: 450px) and (max-width: 485px) {
    .index_category_name {
        font-size: 20px;
        margin-top: 0%;
    }
}

@media only screen and (min-width: 386px) and (max-width: 449px) {
    .index_category_name {
        margin-top: -3%;
        font-size: 21px;
    }
}

@media only screen and (min-width: 321px) and (max-width: 385px) {
    .index_category_name {
        margin-top: -3%;
        font-size: 18px;
    }
}

@media only screen and (max-width: 320px) {
    .index_category_name {
        margin-top: -3%;
        font-size: 18px;
    }
}


/* Common page image issue */

.all_product_padding {
    padding: 0;
    padding-left: 15px;
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
    .singleProductImage {
        margin-top: 6px !important;
        width: 80% !important;
        height: auto !important;
    }
}


/* astrology page */

.astrology_new_filter .nice-select {
    margin-top: -12%;
    min-width: 210px;
    height: 33px;
    line-height: 19px;
}

.astrology_new_filter .nice-select ul {
    width: 100%;
}


/* brand page */

@media only screen and (min-width: 1200px) {
    .brnd_nm {
        margin-left: -13px;
        width: 104%;
    }
    .brnd_prfl_dtls {
        margin: 60px 0px 0px 60px;
    }
    .brnd_prfl_img img {
        height: 200px;
        padding: 10px 0px;
    }
}


/* Astrology page */

.astrology_filter_result {
    margin-top: -2%;
}


/* .astrology_new_filter {
margin-top: -1%;
} */

.astrology_new_filter .nice-select {
    float: right;
}


/* user login page */

.login_condition .bloger_privacy {
    padding-left: 16px;
    padding-top: 6px;
}

.login_wrapper {
    margin-bottom: 2%;
}

.login_page_side_btn .sd_btn {
    margin: 15px 0;
}

.login_page_form {
    padding-top: 25px;
}

.login_remember {
    margin-top: 3px;
}


/* Password reset */

.reset_password {
    border-radius: 7px;
    border: 1px solid #ddd;
}

.reset_password_text {
    font-size: 15px;
}

.reset_pass_button {
    font-size: 14px;
    padding: 5px;
}

.reset_back {
    color: #8EC63F;
}

.reset_back:hover {
    color: #000;
}


/* user register */

.my_reg_right_link {
    margin-top: -23%;
}

.reg_terms_link {
    color: #8EC63F;
}

.reg_terms_link:hover {
    color: #000;
}

.reg_page_condition {
    margin-top: -16px;
    padding-left: 15px;
}

.reg_page_btn {
    margin-top: -7px !important;
}

.reg_condition_label {
    font-size: 11.52px !important;
}


/* add to cart modal */


/* @media only screen and (min-width: 1500px) and (max-width: 1699px) {
.ad_crt_modal {
    left: 8%;
}
}

@media only screen and (min-width: 1700px) and (max-width: 1799px) {
.ad_crt_modal {
    left: 15%;
}
}

@media only screen and (min-width: 1800px) and (max-width: 1899px) {
.ad_crt_modal {
    left: 17%;
}
}

@media only screen and (min-width: 1900px) and (max-width: 1999px) {
.ad_crt_modal {
    left: 22%;
}
}

@media only screen and (min-width: 2000px) and (max-width: 2099px) {
.ad_crt_modal {
    left: 26%;
}
}

@media only screen and (min-width: 2100px) and (max-width: 2199px) {
.ad_crt_modal {
    left: 30%;
}
}

@media only screen and (min-width: 2200px) and (max-width: 2299px) {
.ad_crt_modal {
    left: 34%;
}
}

@media only screen and (min-width: 2300px) and (max-width: 2399px) {
.ad_crt_modal {
    left: 37%;
}
}

@media only screen and (min-width: 2400px) and (max-width: 2499px) {
.ad_crt_modal {
    left: 40%;
}
}

@media only screen and (min-width: 2500px) and (max-width: 2599px) {
.ad_crt_modal {
    left: 44%;
}
}

@media only screen and (min-width: 2600px) and (max-width: 2699px) {
.ad_crt_modal {
    left: 49%;
}
}

@media only screen and (min-width: 2700px) and (max-width: 2799px) {
.ad_crt_modal {
    left: 53%;
}
}

@media only screen and (min-width: 2800px) and (max-width: 2899px) {
.ad_crt_modal {
    left: 57%;
}
}

@media only screen and (min-width: 2900px) and (max-width: 2999px) {
.ad_crt_modal {
    left: 61%;
}
}

@media only screen and (min-width: 3000px) and (max-width: 3099px) {
.ad_crt_modal {
    left: 64%;
}
}

@media only screen and (min-width: 3100px) and (max-width: 3199px) {
.ad_crt_modal {
    left: 68%;
}
}

@media only screen and (min-width: 3200px) and (max-width: 3399px) {
.ad_crt_modal {
    left: 72%;
}
}

@media only screen and (min-width: 3400px) and (max-width: 3599px) {
.ad_crt_modal {
    left: 77%;
}
}

@media only screen and (min-width: 3600px) and (max-width: 3699px) {
.ad_crt_modal {
    left: 80%;
}
}

@media only screen and (min-width: 3700px) and (max-width: 3799px) {
.ad_crt_modal {
    left: 83%;
}
}

@media only screen and (min-width: 3800px) and (max-width: 3999px) {
.ad_crt_modal {
    left: 85%;
}
}

@media only screen and (min-width: 4000px) and (max-width: 4499px) {
.ad_crt_modal {
    left: 110%;
}
}

@media only screen and (min-width: 4500px) and (max-width: 4999px) {
.ad_crt_modal {
    left: 125%;
}
} */

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important
}


/* Astrology page slect box scroll bar */

.astrology_new_filter .nice-select ul::-webkit-scrollbar {
    width: 8px !important;
}

.astrology_new_filter .nice-select ul {
    height: 200px;
    overflow-y: scroll;
}


/* Track */

.astrology_new_filter .nice-select ul::-webkit-scrollbar-track {
    background: #eff3e3;
}


/* Handle */

.astrology_new_filter .nice-select ul::-webkit-scrollbar-thumb {
    background: #8EC63F;
}


/* Handle on hover */

.astrology_new_filter .nice-select ul::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.astrology_filter_label label {
    float: left;
}

.astrology_filter_label .brand_label {
    margin: 0 0 4% 22%;
}

.astrology_filter_label .category_label {
    margin: 0 0 4% 15%;
}

.astrology_brand_filter {
    left: 9%;
}


/* Customer Profile */

.customer_profile_title {
    font-size: 16px;
}

.cutomer_profile_choose_file {
    height: 35px;
}


/* product Details page */


/* .product_dtl_tab_tble {
margin-left: -5%;
} */


/* customer Address */

.address_modal_button {
    background-color: #8EC63F;
    margin-left: 20px;
    width: 30%;
}


/* Header news bar */

.header_learn_more h1,
.header_learn_more h2,
.header_learn_more h3,
.header_learn_more h4,
.header_learn_more h5,
.header_learn_more h6 {
    font-family: Arial Rounded MT !important;
}

.for-business-content img {
    width: 100%;
}


/* Home Slider Learn more button responsive */

@media only screen and (max-width: 449px) {
    .small_screen_learn_btn {
        margin-top: 7%;
        margin-left: 9%;
    }
}

@media only screen and (min-width: 450px) and (max-width: 575px) {
    .small_screen_learn_btn {
        margin-top: 3%;
        margin-left: 9%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 599px) {
    .small_screen_learn_btn {
        margin-top: 4%;
        margin-left: 4%;
    }
}

@media only screen and (min-width: 600px) and (max-width: 699px) {
    .button_for_small_device {
        position: absolute;
        left: 5%;
    }
    .small_screen_learn_btn {
        margin-top: 4%;
        margin-left: 4%;
    }
}

@media only screen and (min-width: 700px) and (max-width: 767px) {
    .button_for_small_device {
        position: absolute;
        left: 5%;
    }
    .small_screen_learn_btn {
        margin-top: 1%;
        margin-left: 4%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .button_for_small_device {
        position: absolute;
        left: 5%;
    }
    .small_screen_learn_btn {
        margin-top: 5%;
        margin-left: 3%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1499px) {
    .button_for_small_device {
        position: absolute;
        left: 5%;
    }
    .small_screen_learn_btn {
        margin-top: 2%;
        margin-left: 3%;
    }
}

@media only screen and (max-width: 767px) {
    .single_tranding .des {
        padding: 27px 0px;
    }
}


/* footer pages required design */

.required:after {
    content: "* ";
    color: red;
}


/* cart page */

.shipping_product_name,
.shipping_product_wrap {
    margin-left: -5px;
}


/* write delivery feedback */

.write_delivery_seller_designation p {
    line-height: 5px;
}


/* leave seller feedback */

.complete_feedback .feedback_heading {
    padding-left: 15px;
}

.complete_feedback {
    margin-bottom: 10px;
}


/* Online Community */

.community_modal_fade {
    margin-top: 7%;
}

.online_community_modal_go {
    padding: 0px 20px;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 4px;
    position: absolute;
    top: 20%;
}

.online_community_modal_go:hover {
    background-color: #fff;
    color: #8EC63F;
    border: 1px solid #8EC63F;
}

.community_modal_head {
    margin-bottom: 5px;
}

.community_modal_head h5 i {
    font-size: 14px;
}

.community_modal_head h5:hover {
    color: #8EC63F;
}


/* my blend heading inside image centerized */

@media only screen and (min-width: 1500px) and (max-width: 3840px) {
    .tp_nte_data .note_head,
    .mdl_nte_data .note_head,
    .bs_nte_data .note_head,
    .any_nte_data .note_head {
        margin-left: -5%;
    }
}

@media only screen and (min-width: 3841px) {
    .tp_nte_data .note_head {
        margin-left: -1%;
    }
    .bs_nte_data .note_head {
        margin-left: 13%;
    }
    .mdl_nte_data .note_head,
    .any_nte_data .note_head {
        margin-left: 10%;
    }
}


/* My reward Point page */

.reward_point_table_head {
    padding-left: 4%;
}

.reward_point_invitation {
    color: #fff;
    background-color: #8EC63F;
    border: 1px solid #8EC63F;
    border-radius: 4px;
    font-size: 14px;
    padding: 5px 20px;
    margin: 10px 0px 0px 7px
}

.reward_point_invitation:hover {
    color: #8EC63F;
    background-color: #fff;
}

.reward_textbox {
    width: 91%;
}


/* Order Details Page */

.order_details_nested_table p {
    line-height: 8px;
}

.orer_details_ship {
    vertical-align: top !important;
    text-align: left !important;
}


/* my list */

@media only screen and (max-width: 991px) {
    .list_separator {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .frnd_share_list ul li {
        width: 100%;
    }
    .frnd_right_setion {
        padding: 10px 0px 10px 10px;
    }
    .frnd_share_list {
        margin-right: -10px;
    }
    .idea_img img {
        width: 100%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .lst_src {
        width: 92%;
        margin: 5px 8px;
    }
    .lst_src:focus {
        width: 92%;
    }
    .lst_fltr .nice-select {
        margin: 5px 0px 0px 16px;
    }
    .add_new_lst {
        width: 346px;
    }
    .frnd_share_list ul li {
        font-size: 9px;
        margin-top: -2px;
    }
    .frnd_share_list ul li a {
        font-weight: 500;
        font-size: 11px;
    }
    .crt_lst {
        margin: -65px 0px 12px -4px !important;
    }
    .frnd_left_child_selection {
        height: 25px;
    }
    .frnd_left_setion {
        margin-bottom: 3%;
    }
    .idea_img img {
        height: auto;
        width: 100%;
    }
    .list_product_name a {
        font-size: 13px;
    }
    .idea_dtls .list_brand_name,
    .idea_dtls .list_gender,
    .idea_dtls .list_rating {
        font-size: 9px;
    }
    .idea_dtls h6 {
        line-height: 9px;
    }
    .list_cart i {
        font-size: 12px;
    }
    .list_cart span {
        padding: 1px 3px;
    }
    .item_controll h6 {
        font-size: 9px;
    }
    .lst_dlt_btn {
        padding: 3px 9px;
        font-size: 11px;
    }
    .item_mv_dlt .nice-select {
        height: 21px !important;
        font-size: 12px;
        line-height: 21px !important;
        margin-top: 3px;
        margin-right: -12px;
    }
    .item_mv_dlt .nice-select ul li {
        line-height: 21px !important;
        min-height: 21px !important;
    }
}

@media only screen and (min-width: 550px) and (max-width: 575px) {
    .lst_src {
        width: 92%;
        margin: 5px 8px;
    }
    .lst_src:focus {
        width: 92%;
    }
    .lst_fltr .nice-select {
        margin: 5px 0px 0px 16px;
    }
    .add_new_lst {
        width: 355px;
    }
    .frnd_share_list {
        float: right;
    }
    .frnd_share_list ul li {
        font-size: 9px;
        margin-top: -2px;
        width: 100%;
    }
    .frnd_share_list ul li a {
        font-weight: 500;
        font-size: 11px;
    }
    .crt_lst {
        margin: -65px 0px 12px -4px !important;
    }
    .frnd_left_child_selection {
        height: 25px;
    }
    .frnd_left_setion {
        margin-bottom: 3%;
    }
    .idea_img img {
        height: auto;
        width: 100%;
    }
    .list_product_name a {
        font-size: 13px;
    }
    .idea_dtls .list_brand_name,
    .idea_dtls .list_gender,
    .idea_dtls .list_rating {
        font-size: 9px;
    }
    .idea_dtls h6 {
        line-height: 9px;
    }
    .list_cart i {
        font-size: 12px;
    }
    .list_cart span {
        padding: 1px 3px;
    }
    .item_controll h6 {
        font-size: 9px;
    }
    .lst_dlt_btn {
        padding: 3px 9px;
        font-size: 11px;
    }
    .item_mv_dlt .nice-select {
        height: 21px !important;
        font-size: 12px;
        line-height: 21px !important;
        margin-top: 3px;
        margin-right: -12px;
    }
    .item_mv_dlt .nice-select ul li {
        line-height: 21px !important;
        min-height: 21px !important;
    }
}

@media only screen and (min-width: 500px) and (max-width: 549px) {
    .lst_src {
        width: 92%;
        margin: 5px 8px;
    }
    .lst_src:focus {
        width: 92%;
    }
    .lst_fltr .nice-select {
        margin: 5px 0px 0px 0px;
    }
    .add_new_lst {
        width: 308px;
    }
    .frnd_share_list {
        float: right;
    }
    .frnd_share_list ul li {
        font-size: 9px;
        margin-top: -2px;
        width: 100%;
    }
    .frnd_share_list ul li a {
        font-weight: 500;
        font-size: 11px;
        padding-right: 7px !important;
    }
    .crt_lst {
        margin: -65px 0px 12px -4px !important;
    }
    .frnd_left_child_selection {
        height: 25px;
    }
    .frnd_left_setion {
        margin-bottom: 3%;
    }
    .idea_img img {
        height: auto;
        width: 100%;
    }
    .list_product_name a {
        font-size: 13px;
    }
    .idea_dtls .list_brand_name,
    .idea_dtls .list_gender,
    .idea_dtls .list_rating {
        font-size: 9px;
    }
    .idea_dtls h6 {
        line-height: 9px;
    }
    .list_cart i {
        font-size: 12px;
    }
    .list_cart span {
        padding: 1px 3px;
    }
    .item_controll h6 {
        font-size: 9px;
    }
    .lst_dlt_btn {
        padding: 3px 9px;
        font-size: 11px;
    }
    .item_mv_dlt .nice-select {
        height: 21px !important;
        font-size: 12px;
        line-height: 21px !important;
        margin-top: 3px;
        margin-right: -12px;
    }
    .item_mv_dlt .nice-select ul li {
        line-height: 21px !important;
        min-height: 21px !important;
    }
}

@media only screen and (min-width: 450px) and (max-width: 499px) {
    .lst_src {
        width: 92%;
        margin: 5px 8px;
    }
    .lst_src:focus {
        width: 92%;
    }
    .lst_fltr .nice-select {
        margin: 5px 0px 0px -21px;
    }
    .add_new_lst {
        width: 260px;
    }
    .frnd_share_list {
        float: right;
    }
    .frnd_share_list ul li {
        font-size: 9px;
        margin-top: -2px;
        width: 100%;
    }
    .frnd_share_list ul li a {
        font-weight: 500;
        font-size: 9px;
        padding-right: 7px !important;
    }
    .crt_lst {
        margin: -65px 0px 12px -4px !important;
    }
    .frnd_left_child_selection {
        height: 25px;
    }
    .frnd_left_setion {
        margin-bottom: 3%;
    }
    .idea_img img {
        height: auto;
        width: 100%;
    }
    .list_product_name a {
        font-size: 13px;
    }
    .idea_dtls .list_brand_name,
    .idea_dtls .list_gender,
    .idea_dtls .list_rating {
        font-size: 9px;
    }
    .idea_dtls h6 {
        line-height: 9px;
    }
    .list_cart i {
        font-size: 12px;
    }
    .list_cart span {
        padding: 1px 3px;
    }
    .item_controll h6 {
        font-size: 9px;
    }
    .lst_dlt_btn {
        padding: 3px 9px;
        font-size: 11px;
    }
    .item_mv_dlt .nice-select {
        height: 21px !important;
        font-size: 12px;
        line-height: 21px !important;
        margin-top: 3px;
        margin-right: -12px;
    }
    .item_mv_dlt .nice-select ul li {
        line-height: 21px !important;
        min-height: 21px !important;
    }
}

@media only screen and (min-width: 386px) and (max-width: 449px) {
    .idea_name {
        font-size: 11px;
    }
    .lst_src {
        width: 92%;
        margin: 5px 0px;
    }
    .add_new_lst {
        font-size: 12px;
        width: 204px;
        margin-left: 0px;
    }
    .lst_src:focus {
        width: 92%;
    }
    .lst_fltr .nice-select {
        margin: 5px 0px 0px -37px;
        width: 100%;
    }
    .frnd_share_list {
        float: right;
    }
    .frnd_share_list ul li {
        font-size: 9px;
        margin-top: -2px;
        width: 100%;
    }
    .frnd_share_list ul li a {
        font-weight: 500;
        font-size: 9px;
        padding-right: 0px !important;
    }
    .crt_lst {
        margin: -65px 0px 12px -4px !important;
    }
    .frnd_left_child_selection {
        height: 25px;
    }
    .frnd_left_setion {
        margin-bottom: 3%;
    }
    .idea_img img {
        height: auto;
        width: 100%;
    }
    .list_product_name a {
        font-size: 13px;
        line-height: 14px;
    }
    .idea_dtls .list_brand_name,
    .idea_dtls .list_gender,
    .idea_dtls .list_rating {
        font-size: 9px;
    }
    .idea_dtls h6 {
        line-height: 9px;
    }
    .list_cart i {
        font-size: 12px;
    }
    .list_cart span {
        padding: 1px 3px;
    }
    .item_controll h6 {
        font-size: 9px;
    }
    .lst_dlt_btn {
        padding: 3px 9px;
        font-size: 11px;
    }
    .item_mv_dlt .nice-select {
        height: 21px !important;
        font-size: 12px;
        line-height: 21px !important;
        margin-top: 3px;
        margin-right: -12px;
    }
    .item_mv_dlt .nice-select ul li {
        line-height: 21px !important;
        min-height: 21px !important;
    }
    .list_modal_head img {
        margin-left: 33%;
    }
}

@media only screen and (min-width: 321px) and (max-width: 385px) {
    .idea_name {
        font-size: 11px;
    }
    .frnd_right_setion {
        padding: 10px 0px 10px 10px;
    }
    .add_new_lst::placeholder {
        font-size: 9px;
    }
    .lst_src {
        width: 92%;
        margin: 5px 0px;
    }
    .add_new_lst {
        font-size: 12px;
        width: 138px;
        margin-left: 0px;
    }
    .lst_src:focus {
        width: 92%;
    }
    .lst_fltr .nice-select {
        margin: 5px 0px 0px -37px;
        width: 100%;
        font-size: 9px;
        line-height: 24px !important;
    }
    .frnd_share_list {
        float: right;
    }
    .frnd_share_list ul li {
        font-size: 9px;
        margin-top: -2px;
        width: 100%;
    }
    .frnd_share_list ul li a {
        font-weight: 500;
        font-size: 9px;
        padding-right: 0px !important;
    }
    .crt_lst {
        margin: -65px 0px 12px -4px !important;
    }
    .frnd_left_child_selection {
        height: 25px;
    }
    .frnd_left_setion {
        margin-bottom: 3%;
    }
    .idea_img img {
        height: auto;
        width: 100%;
    }
    .list_product_name a {
        font-size: 11px;
        line-height: 14px;
    }
    .idea_dtls .list_brand_name,
    .idea_dtls .list_gender,
    .idea_dtls .list_rating {
        font-size: 9px;
    }
    .idea_dtls h6 {
        line-height: 9px;
    }
    .list_cart i {
        font-size: 12px;
    }
    .list_cart span {
        padding: 1px 3px;
    }
    .item_controll h6 {
        font-size: 9px;
    }
    .lst_dlt_btn {
        padding: 3px 9px;
        font-size: 11px;
    }
    .item_mv_dlt .nice-select {
        height: 21px !important;
        font-size: 12px;
        line-height: 21px !important;
        margin-top: 3px;
        margin-right: -12px;
    }
    .item_mv_dlt .nice-select ul li {
        line-height: 21px !important;
        min-height: 21px !important;
    }
    .list_modal_head img {
        margin-left: 27%;
    }
}

@media only screen and (max-width: 320px) {
    .frnd_share_list {
        float: left !important;
    }
    .frnd_right_setion {
        padding: 10px 0px 10px 10px;
    }
    .add_new_lst::placeholder {
        font-size: 9px;
    }
    .lst_src {
        width: 92%;
        margin: 5px 0px;
    }
    .add_new_lst {
        font-size: 12px;
        width: 138px;
        margin-left: 0px;
    }
    .lst_src:focus {
        width: 92%;
    }
    .lst_fltr .nice-select {
        margin: 5px 0px 0px -37px;
        width: 100%;
        font-size: 9px;
        line-height: 24px !important;
    }
    .frnd_share_list {
        float: right;
    }
    .frnd_share_list ul li {
        font-size: 9px;
        margin-top: -2px;
        width: 100%;
    }
    .frnd_share_list ul li a {
        font-weight: 500;
        font-size: 9px;
        padding-right: 0px !important;
    }
    .crt_lst {
        margin: -65px 0px 12px -4px !important;
    }
    .frnd_left_child_selection {
        height: 25px;
    }
    .frnd_left_setion {
        margin-bottom: 3%;
    }
    .idea_img img {
        height: auto;
        width: 100% !important;
    }
    .list_product_name a {
        font-size: 11px;
        line-height: 14px;
    }
    .idea_dtls .list_brand_name,
    .idea_dtls .list_gender,
    .idea_dtls .list_rating {
        font-size: 9px;
    }
    .idea_dtls h6 {
        line-height: 9px;
    }
    .list_cart i {
        font-size: 12px;
    }
    .list_cart span {
        padding: 1px 3px;
    }
    .item_controll h6 {
        font-size: 9px;
    }
    .lst_dlt_btn {
        padding: 3px 9px;
        font-size: 11px;
    }
    .item_mv_dlt .nice-select {
        height: 21px !important;
        font-size: 12px;
        line-height: 21px !important;
        margin-top: 3px;
        margin-right: -12px;
    }
    .item_mv_dlt .nice-select ul li {
        line-height: 21px !important;
        min-height: 21px !important;
    }
    .list_modal_head img {
        margin-left: 18%;
    }
}

@media only screen and (max-width: 575px) {
    .item_controll {
        float: left;
        text-align: left;
    }
    .item_mv_dlt .nice-select {
        float: left;
        margin-right: -3px;
    }
    .item_controll {
        margin-top: 2%;
    }
}

@media only screen and (min-width: 576px) {
    .singleProductsSharedList {
        min-height: 170px;
    }
}


/* product Details Modal */

.prdct_dtls_mdl_scl_lnk ul li a img {
    width: 36px !important;
    height: auto;
}

.prdct_dtls_mdl_scl_lnk ul {
    margin-left: -5%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .prdct_mdl_img .product_dtl_modal_image {
        position: absolute;
        top: 0%;
    }
    .prdct_dtls_mdl_scl_lnk {
        position: absolute;
        bottom: -5%;
        left: 8%;
    }
}


/* Cart page login modal */

.cart_page_modal_register {
    color: #8EC63F;
}


/* Product details Page share modal */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .prdct_dtls_mdl_scl_lnk ul li a img {
        width: 33px !important;
        height: auto;
    }
}

@media only screen and (max-width: 991px) {
    .prdct_dtl_mdl_right {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .prdct_details_modal_content {
        width: 836px;
        height: 470px;
    }
    .prdct_dtls_mdl_scl_lnk ul li a img {
        width: 30px !important;
        height: auto;
    }
    .prdct_mdl_img .share_mdl_prdct_image img {
        margin: -10% 2%;
        height: auto;
        width: 155px !important;
    }
    .prdct_dtls_mdl_scl_lnk {
        margin: 0px 0px 0px -8px;
    }
    .prdct_dtls_mdl_scl_lnk ul li {
        margin-right: -26px !important;
    }
    .prodct_dtls_modal_head a img {
        margin-left: 33%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .prdct_details_modal_content {
        width: 627px;
        height: 352px;
    }
    .prdct_dtls_mdl_scl_lnk ul li a img {
        width: 30px !important;
        height: auto;
    }
    .prdct_mdl_img .share_mdl_prdct_image img {
        margin: -10% 2%;
        height: auto;
        width: 155px !important;
    }
    .prdct_dtls_mdl_scl_lnk {
        margin: 0px 0px 0px -8px;
    }
    .prdct_dtls_mdl_scl_lnk ul li {
        margin-right: -26px !important;
    }
    .prodct_dtls_modal_head a .prdct_modal_head_image {
        width: 200px !important;
        margin-left: 30%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 599px) {
    .prdct_dtls_mdl_scl_lnk {
        margin: 27px 0px 0px -57px !important;
    }
}

@media only screen and (min-width: 451px) and (max-width: 575px) {
    .prdct_dtls_mdl_scl_lnk ul li a img {
        width: 29px !important;
        height: auto;
    }
    .prdct_details_modal_content {
        width: 627px;
        height: 352px;
    }
    .prdct_mdl_img .share_mdl_prdct_image img {
        margin: -10% 2%;
        height: auto;
        width: 155px !important;
    }
    .prdct_dtls_mdl_scl_lnk {
        margin: 6px 0px 0px -4px !important;
    }
    .prdct_dtls_mdl_scl_lnk ul li {
        margin-right: -26px !important;
    }
    .prdct_dtl_modal_prdct_name h4 {
        font-size: 15px;
    }
    .prdct_dtl_modal_link .prdct_dtls_right_link {
        font-size: 12px !important;
    }
}


/* @media only screen and (max-width: 575px) {
.prdct_dtl_modal_link {
    display: none;
}
} */

@media only screen and (min-width: 400px) and (max-width: 450px) {
    .prdct_dtls_mdl_scl_lnk ul {
        margin: 0 auto;
        padding-left: 2%;
    }
}

@media only screen and (min-width: 386px) and (max-width: 450px) {
    .prdct_details_modal_content {
        width: 627px;
        height: 352px;
    }
    .prdct_mdl_img .share_mdl_prdct_image img {
        margin: -10% 2%;
        height: auto;
        width: 155px !important;
    }
    .prdct_dtls_mdl_scl_lnk {
        margin: -1px 0px 0px -11px !important;
    }
    .prdct_dtls_mdl_scl_lnk ul li {
        margin-right: -26px !important;
    }
    .prdct_dtl_modal_prdct_name h4 {
        font-size: 15px;
    }
    .prdct_dtl_modal_link .prdct_dtls_right_link {
        font-size: 12px !important;
    }
    .product-details-img .prdct_modal_head_image {
        width: 41% !important;
        height: auto;
    }
    .prdct_dtls_mdl_scl_lnk ul li a img {
        width: 23px !important;
        height: auto;
    }
    .prdct_dtls_mdl_scl_lnk ul li {
        justify-content: center;
        align-items: center;
    }
}

@media only screen and (min-width: 321px) and (max-width: 385px) {
    .prdct_details_modal_content {
        width: 627px;
        height: 352px;
    }
    .prdct_mdl_img .share_mdl_prdct_image img {
        margin: -10% 2%;
        height: auto;
        width: 155px !important;
    }
    .prdct_dtls_mdl_scl_lnk {
        margin: -15px 0px 0px -18px !important;
    }
    .prdct_dtls_mdl_scl_lnk ul li {
        margin-right: -26px !important;
    }
    .prdct_dtl_modal_prdct_name h4 {
        font-size: 13px;
    }
    .prdct_dtl_modal_link .prdct_dtls_right_link {
        font-size: 9px !important;
    }
    .product-details-img .prdct_modal_head_image {
        width: 41% !important;
        height: auto;
    }
    .prdct_dtls_mdl_scl_lnk ul li a img {
        width: 19px !important;
        height: auto;
    }
}

@media only screen and (min-width: 350px) and (max-width: 385px) {
    .prdct_dtls_mdl_scl_lnk ul {
        margin: 0 auto;
        justify-content: center;
        padding-left: 4%;
    }
}

@media only screen and (min-width: 321px) and (max-width: 349px) {
    .prdct_dtls_mdl_scl_lnk ul {
        margin: 0 auto;
    }
}

@media only screen and (max-width: 320px) {
    .prdct_details_modal_content {
        width: 627px;
        height: 352px;
    }
    .prdct_mdl_img .share_mdl_prdct_image img {
        margin: -10% 2%;
        height: auto;
        width: 155px !important;
    }
    .prdct_dtls_mdl_scl_lnk {
        margin: -15px 0px 0px -18px !important;
    }
    .prdct_dtls_mdl_scl_lnk ul li {
        margin-right: -26px !important;
    }
    .prdct_dtl_modal_prdct_name h4 {
        font-size: 13px;
    }
    .prdct_dtl_modal_link .prdct_dtls_right_link {
        font-size: 9px !important;
    }
    .product-details-img .prdct_modal_head_image {
        width: 41% !important;
        height: auto;
    }
    .prdct_dtls_mdl_scl_lnk ul li a img {
        width: 19px !important;
        height: auto;
    }
}

@media only screen and (max-width: 575px) {
    .prodct_dtls_modal_head a .prdct_modal_head_image {
        margin-left: 31%;
    }
}


/* Edp -> concentration */

.exception_edp {
    margin-left: -5%;
}

.cart_login_modal_header {
    padding-left: 3%;
}

@media only screen and (max-width: 550px) {
    .perfumers-wrapper {
        padding-bottom: 30px
    }
}

.help_header_heart {
    position: absolute;
    left: 9%;
    top: 11%;
    color: #8EC63F;
    font-size: 13px;
}

@media only screen and (max-width: 449px) {
    .help_header_heart {
        position: absolute;
        left: 13%;
        top: 11%;
    }
}

@media only screen and (min-width: 450px) and (max-width: 767px) {
    .help_header_heart {
        position: absolute;
        left: 12%;
        top: 11%;
    }
}

.help_modal_footer {
    position: absolute;
    bottom: 0;
}


/* astrology page responsive */

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .astrology_new_filter .nice-select {
        margin-top: -12%;
        min-width: 150px;
    }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .astrology_new_filter .nice-select {
        margin-top: -12%;
        min-width: 150px;
    }
    .astrology_filter_label .category_label {
        margin: 0 0 3% 25%;
    }
    .astrology_filter_label .brand_label {
        margin: 0 0 3% 31%;
    }
}

@media only screen and (min-width: 576px) and (max-width:767px) {
    .astrology_new_filter .nice-select {
        margin-top: -12%;
        min-width: 150px;
    }
    .astrology_brand_filter {
        left: 0%;
    }
    .astrology_filter_label .brand_label {
        margin: 0 0 0 5%;
    }
    .astrology_filter_label .category_label {
        margin: 0 0 0 -4%;
    }
}

@media only screen and (max-width: 991px) {
    .astrology_button_parent {
        justify-content: center;
        display: flex;
    }
    .astrology_search_btn {
        margin: 0 2px;
        padding: 5px 14px !important;
        font-size: 11px !important;
        font-weight: 500;
    }
}

@media only screen and (max-width: 575px) {
    .astrology_brand_filter {
        left: 0%;
    }
    .astrology_filter_label .brand_label {
        margin: 0;
    }
    .astrology_filter_label .category_label {
        margin: 0;
    }
    .astrology_new_filter .nice-select {
        margin-top: -6%;
    }
}

@media only screen and (max-width: 450px) {
    .astrology_filter_label .brand_label {
        margin: 0% 0 -3% 0;
    }
}

@media only screen and (min-width: 501px) and (max-width: 575px) {
    .astrology_new_filter .nice-select {
        margin-top: -12%;
        min-width: 120px;
        font-size: 11px;
        height: 27px;
        line-height: 12px;
    }
    .astrology_brand_filter {
        left: 0%;
    }
    .astrology_new_filter .brand_slct_box {
        margin-right: 11%;
        margin-top: -13%;
    }
}

@media only screen and (min-width: 486px) and (max-width: 500px) {
    .astrology_new_filter .nice-select {
        margin-top: -12%;
        min-width: 120px;
        font-size: 11px;
        height: 27px;
        line-height: 12px;
    }
    .astrology_brand_filter {
        left: 0%;
    }
    .astrology_new_filter .brand_slct_box {
        margin-right: 11%;
        margin-top: -13%;
    }
    .astrology_filter_label .category_label {
        margin-left: -5%;
    }
}

@media only screen and (max-width: 485px) {
    .astrology_filter_label {
        width: 100% !important;
    }
}

@media only screen and (min-width: 386px) and (max-width: 485px) {
    .astrology_new_filter {
        margin: 2% 0;
    }
}

@media only screen and (min-width: 350px) and (max-width: 385px) {
    .astrology_new_filter .nice-select {
        min-width: 165px;
    }
    .astrology_new_filter {
        margin: 2% 0;
    }
}

@media only screen and (max-width: 349px) {
    .astrology_new_filter .nice-select {
        min-width: 155px;
        font-size: 12px;
        height: 27px;
        line-height: 12px;
    }
    .astrology_new_filter {
        margin: 2% 0;
    }
}


/* Compare list */

@media only screen and (max-width: 349px) {
    .compare_list_note img {
        height: 25px !important;
        width: 25px !important;
    }
}


/* New cart design for mobile device */

@media only screen and (max-width: 767px) {
    .card_large_device {
        display: none;
    }
    .shipping_product_name {
        font-weight: 600;
        font-size: 13px;
    }
    .small_order_summery_price {
        text-align: right;
        font-size: 12px !important;
    }
    .small_order_summery_head {
        font-size: 12px;
    }
    .small_order_summery_head span {
        font-size: 11px;
    }
    .check_all_cust_chk_mark {
        position: absolute;
        top: 2px;
        left: 17px;
    }
    .new_check_all_cust_chk_mark {
        top: 2px !important;
        left: 2px !important;
    }
    .new_cart_cust_chk_mark {
        position: absolute;
        top: 10px;
        left: 2px;
    }
}

@media only screen and (min-width: 768px) {
    .cart_box_data,
    .new_cart_box_check_all {
        display: none;
    }
}

.cart_box_data {
    border-bottom: 1px solid #ddd;
    margin: 14px 0px;
    padding-bottom: 10px;
}

.new_smpl_crt {
    margin-top: 10px;
}

.new_cart_input_number {
    text-align: center;
}

.new_shipping_product_check {
    font-size: 12px;
}

.add_payment_lebel {
    margin-left: 10px;
    font-size: 12px;
}

.add_paymnt_chk_mark {
    top: 2px !important;
}

.all_shipping_product_select {
    margin-top: -20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .large_cart_ship_chk_lbl,
    .large_cart_ship_radio {
        font-size: 11px;
    }
    .large_cart_ship_radio {
        padding-left: 16px;
        padding-top: 1px;
    }
    .large_cart_ship_chek {
        height: 11px;
        width: 11px;
    }
    .large_cart_ship_chek:after {
        top: 2px !important;
        left: 2px !important;
    }
    .engrab_msg_common {
        width: 0%;
    }
    .engrab_msg_common input {
        font-size: 11px;
        width: 165px;
        margin-left: -30px;
        margin-top: 18px;
    }
    .tablet_prdct_increase {
        padding: .30rem .35rem !important;
    }
    .tablet_prdct_input {
        width: 75px !important;
        margin: 0 auto;
    }
    .tablet_prdct_input_number {
        padding: .15rem .1rem !important;
        font-size: 11px;
        text-align: center;
    }
    .new_cart_input_number {
        padding: 0px !important;
    }
    .small_order_summery_head {
        font-size: 12px !important;
    }
    .small_order_summery_head span {
        font-size: 11px;
    }
    .small_order_summery_price {
        font-size: 12px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .large_cart_ship_chk_lbl,
    .large_cart_ship_radio {
        font-size: 11px;
    }
    .large_cart_ship_radio {
        padding-left: 16px;
        padding-top: 1px;
    }
    .large_cart_ship_chek {
        height: 11px;
        width: 11px;
    }
    .large_cart_ship_chek:after {
        top: 2px !important;
        left: 2px !important;
    }
    .engrab_msg_common input {
        font-size: 11px;
        width: 176px;
    }
    .tablet_prdct_increase {
        padding: .30rem .35rem !important;
    }
    .tablet_prdct_input {
        width: 85% !important;
        margin: 0 auto;
    }
    .tablet_prdct_input_number {
        padding: .15rem .1rem !important;
        font-size: 11px;
        text-align: center;
    }
    .new_cart_input_number {
        padding: 0px !important;
    }
}

@media only screen and (min-width: 450px) and (max-width: 767px) {
    .new_cart_page_image img {
        margin: 0 auto;
        display: block;
        width: 70%;
        height: auto;
    }
    .new_cart_incrs {
        width: 70px;
    }
    .new_cart_incrs_buttton {
        padding: .30rem .35rem !important;
    }
    .new_cart_input_number {
        padding: .15rem .1rem !important;
        font-size: 11px;
        text-align: center;
    }
    .new_cart_quantity {
        margin-left: 5%;
        margin-bottom: 0%;
    }
    .shipping_product_name,
    .shipping_product_wrap {
        margin-left: 0px;
    }
    .ship_chk_mark {
        top: 4px;
    }
    .new_cart_price {
        font-size: 11px;
        margin: 5px 0px;
    }
    .new_cart_product_remove {
        margin-top: -8px !important;
    }
    .new_shipping_product_wrap {
        margin-bottom: -6px;
    }
    .new_shipping_product_wrap .ship_radio {
        padding-left: 20px;
        padding-top: 0px;
    }
    .new_cart_price_head {
        margin-bottom: 0%;
        margin-left: 0%;
    }
}

@media only screen and (min-width: 386px) and (max-width: 449px) {
    .new_cart_page_image img {
        margin: 0 auto;
        display: block;
        width: 70%;
        height: auto;
    }
    .new_cart_incrs {
        width: 70px;
    }
    .new_cart_incrs_buttton {
        padding: .30rem .35rem !important;
    }
    .new_cart_input_number {
        padding: .15rem .1rem !important;
        font-size: 11px;
        text-align: center;
    }
    .new_cart_quantity {
        margin-left: 5%;
        margin-bottom: 0%;
    }
    .shipping_product_name,
    .shipping_product_wrap {
        margin-left: 0px;
    }
    .new_shipping_product_wrap .ship_radio {
        padding-left: 20px;
        padding-top: 0px;
    }
    .ship_chk_mark {
        top: 4px;
    }
    .new_cart_price {
        font-size: 11px;
        margin: 5px 0px;
    }
    .new_cart_product_remove {
        margin-top: -8px !important;
    }
    .new_shipping_product_wrap {
        margin-bottom: -6px;
    }
    .new_cart_price_head {
        margin-bottom: 0%;
        margin-left: 0%;
    }
}

@media only screen and (max-width: 385px) {
    .new_cart_page_image img {
        margin: 0 auto;
        display: block;
        width: 70%;
        height: auto;
    }
    .new_cart_incrs {
        width: 70px;
    }
    .new_cart_incrs_buttton {
        padding: .30rem .35rem !important;
    }
    .new_cart_input_number {
        padding: .15rem .1rem !important;
        font-size: 11px;
        text-align: center;
    }
    .shipping_product_name,
    .shipping_product_wrap {
        margin-left: 0px;
    }
    .ship_chk_mark {
        top: 4px;
    }
    .new_cart_price {
        font-size: 11px;
        margin: 5px 0px;
    }
    .new_shipping_product_wrap {
        margin-bottom: -6px;
    }
    .new_shipping_product_wrap .ship_radio {
        padding-left: 20px;
        padding-top: 0px;
    }
    .new_shipping_product_wrap .giftwrap_data_common {
        margin-left: -5px;
        margin-top: -10px;
    }
    .new_engrab_msg_common input {
        width: 165px;
        margin-left: 25px;
    }
    .new_cart_quantity {
        margin-bottom: 0px;
        margin-left: 10px;
    }
    .new_cart_price_head {
        margin-bottom: -5px;
    }
    .new_shipping_product_wrap_engrab {
        margin-bottom: 0px;
    }
    .new_cart_product_remove {
        margin-top: -10px !important;
    }
}

@media only screen and (min-width: 371px) and (max-width: 385px) {
    .new_shipping_product_wrap .giftwrap_data_common {
        margin-left: -62px;
        margin-top: 20px;
    }
}

.crd_ship_dtls .nice-select {
    line-height: 25px;
}

@media only screen and (max-width: 575px) {
    .shipping_cart_top_icon i {
        font-size: 24px !important;
    }
}

@media only screen and (max-width: 575px) {
    .payment_cart_agree_checkbox,
    .payment_blance,
    .payment_blance_btn {
        font-size: 12px;
    }
}

@media only screen and (min-width: 386px) and (max-width: 575px) {
    .add_payment_lebel {
        margin-left: 44%;
        font-size: 11px !important;
    }
}

@media only screen and (max-width: 385px) {
    .add_payment_lebel {
        margin-left: 18%;
        font-size: 11px !important;
    }
    .payment_select_card_details {
        font-size: 11px !important;
    }
}


/* Online community Page Responsive */

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .community_list_item .badge {
        top: 13%;
        right: 22%;
        height: 25px;
        width: 25px;
        padding: 8px 0px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .community_list_item .badge {
        top: 14%;
        right: 24%;
        height: 25px;
        width: 25px;
        padding: 8px 1px;
    }
}

@media only screen and (min-width: 450px) and (max-width: 500px) {
    .community_list_item .badge {
        top: 13%;
        right: 23%;
        height: 25px;
        width: 25px;
        padding: 8px 1px;
    }
}

@media only screen and (min-width: 386px) and (max-width: 449px) {
    .community_list_item .badge {
        top: 14%;
        right: 24%;
        height: 21px;
        width: 21px;
        padding: 7px 0px;
        font-size: 9px;
    }
    .community_list_item p {
        font-size: 12px;
    }
}

@media only screen and (max-width: 385px) {
    .community_list_item .badge {
        top: 16%;
        right: 26%;
        height: 21px;
        width: 21px;
        padding: 7px 0px;
        font-size: 9px;
    }
    .community_list_item p {
        font-size: 9px;
    }
}


/* payment select page */

.billing_address_data {
    margin-left: 10px !important;
}

.bill_address_card {
    padding: 16px 15px 2px 15px !important;
}

.billing_address_check {
    margin-top: 10px;
}

.billing_coomon_select {
    line-height: 25px;
}


/* my payment page */

.my_payment_accordion {
    padding: 0 10px;
}

.my_payment_accordion:hover,
.billing_accordion:hover {
    cursor: pointer;
}

.my_payment_bill_add {
    margin-top: 5%;
    width: 100%;
}

.my_paymnt_form {
    width: 100%;
}

.payment_new_address {
    margin-left: -1%;
}

.payment_new_address2 {
    margin-left: -7%;
}

.my_payment_country {
    width: 100%;
}

.pyment_common_select {
    line-height: 25px;
    width: 100%;
}

.pyment_common_select ul {
    display: inline !important;
}


/* My return replace item page  */

@media only screen and (min-width: 485px) and (max-width: 767px) {
    .order_item_left {
        padding-left: 10%;
    }
}

@media only screen and (min-width: 321px) and (max-width: 486px) {
    .order_item_left {
        padding-left: 12%;
    }
}

@media only screen and (max-width: 320px) {
    .order_item_left {
        padding-left: 12%;
    }
    .reason_write {
        margin-left: -8%;
    }
}


/* Problem with order page responsive */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .problem_order_child_data {
        font-size: 12px !important;
        line-height: 12px !important;
    }
    .problem_order_child_head,
    .problem_order_item_price {
        font-size: 12px !important;
    }
    .problem_order_iten_head {
        font-size: 13px !important;
    }
}

@media only screen and (max-width: 767px) {
    .problem_order_child_data {
        font-size: 12px !important;
        line-height: 12px !important;
    }
    .problem_order_child_head,
    .problem_order_item_price {
        font-size: 12px !important;
    }
    .problem_order_iten_head {
        font-size: 13px !important;
    }
    .problem_product_head {
        text-align: left !important;
    }
    .problem_order_child {
        margin: 5% 0 0 0 !important;
    }
    .product_item {
        margin-left: -4%;
    }
}

@media only screen and (max-width: 767px) {
    .cust_radio .cust_chek:after {
        top: 4px;
        left: 4px;
        width: 6px;
        height: 6px;
    }
    .cust_chek {
        top: 1px;
        left: 0;
        height: 15px;
        width: 15px;
    }
    .cust_radio {
        padding-left: 20px;
        font-size: 13px;
        margin-top: 2%;
    }
    .discussion_check {
        margin-top: -10%;
    }
    .cust_chk_mark {
        top: 12px;
        left: 2px;
        height: 12px;
        width: 12px;
    }
    .cust_chk_lbl .cust_chk_mark:after {
        left: 3px;
        top: 0px;
        width: 4px;
        height: 8px;
    }
    .filter_side_nav_checkbox {
        font-size: 12px;
    }
    .cust_chk_lbl {
        padding-left: 20px;
    }
    .text_discussion_head {
        font-size: 12px !important;
    }
}


/* order details and track order page responsive */

@media only screen and (min-width: 386px) and (max-width: 991px) {
    .order_info_head {
        font-size: 12px !important;
    }
    .order_info_data {
        font-size: 11px !important;
    }
    .order_ship_info {
        line-height: 7px !important;
    }
}

@media only screen and (max-width: 385px) {
    .order_info_head {
        font-size: 10px !important;
    }
    .order_info_data {
        font-size: 9px !important;
    }
    .order_ship_info {
        line-height: 7px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .order_track_head {
        font-size: 12px !important;
    }
    .order_track_data {
        font-size: 11px !important;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .order_track_head {
        font-size: 11px !important;
    }
    .order_track_data {
        font-size: 9px !important;
    }
    .table-cart>thead>tr>th {
        font-size: 11px !important;
        line-height: 1.2;
        text-transform: none;
    }
    .table-cart tbody tr td {
        font-size: 11px !important;
    }
    .table-cart tbody tr td.product-image img {
        max-width: 75%;
    }
}

@media only screen and (min-width: 386px) and (max-width: 575px) {
    .order_track_head {
        font-size: 11px !important;
    }
    .order_track_data {
        font-size: 9px !important;
    }
    .process-steps li .icon {
        height: 20px;
        width: 20px;
    }
    .process-steps li.done .icon:before,
    .process-steps li.done .icon-fade:before {
        position: absolute;
        content: "";
        left: 7px;
        top: 4px;
        width: 7px;
        height: 12px;
    }
    .process-steps li .icon-fade {
        height: 20px;
        width: 20px;
        line-height: 19px;
        font-size: 13px;
    }
    .process-steps li+li:after {
        height: 2px;
        width: calc(100% - 20px);
        top: 10px;
        right: calc(50% + 10px);
    }
    .process-steps .fade_li+.fade_li:after {
        height: 2px;
        width: calc(100% - 20px);
        top: 10px;
        right: calc(50% + 10px);
    }
    .table-cart>thead>tr>th {
        font-size: 10px !important;
        line-height: 1.2;
        text-transform: none;
    }
    .table-cart tbody tr td {
        font-size: 10px !important;
    }
    .table-cart tbody tr td.product-image img {
        max-width: 75%;
    }
    .card_heading {
        font-size: 14px;
    }
}

@media only screen and (max-width: 385px) {
    .order_track_head {
        font-size: 8px !important;
    }
    .order_track_data {
        font-size: 9px !important;
    }
    .process-steps li .icon {
        height: 20px;
        width: 20px;
    }
    .process-steps li.done .icon:before,
    .process-steps li.done .icon-fade:before {
        position: absolute;
        content: "";
        left: 8px;
        top: 5px;
        width: 5px;
        height: 9px;
        border-width: 0 2px 2px 0;
    }
    .process-steps li .icon-fade {
        height: 20px;
        width: 20px;
        line-height: 19px;
        font-size: 10px;
    }
    .process-steps li+li:after {
        height: 2px;
        width: calc(100% - 20px);
        top: 10px;
        right: calc(50% + 10px);
    }
    .process-steps .fade_li+.fade_li:after {
        height: 2px;
        width: calc(100% - 20px);
        top: 10px;
        right: calc(50% + 10px);
    }
    .table-cart>thead>tr>th {
        font-size: 9px !important;
        font-weight: bold;
        line-height: 1.2;
        text-transform: none;
    }
    .table-cart tbody tr td {
        font-size: 9px !important;
        text-align: center;
    }
    .table-cart tbody tr td.product-image img {
        max-width: 75%;
    }
    .card_heading {
        font-size: 14px;
    }
}


/* Leave subscription Feedback */

.subscription_feedback_comment {
    width: 100%;
}


/* Rewards point program responsive*/

.reward_textbox {
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .points_table_input {
        height: 25px;
        font-size: 12px;
    }
    .points_table_input::placeholder {
        font-size: 12px;
    }
    .point_table_num {
        font-size: 11px;
    }
    .reward_point_table_head {
        padding-left: 10%;
    }
    .point_table_heading {
        font-size: 12px;
    }
    .rwrd_tbl>thead>tr>th {
        font-size: 9px !important;
        font-weight: bold;
        line-height: 1.2;
        text-transform: none;
    }
    .rwrd_tbl tbody tr td {
        font-size: 9px !important;
        text-align: center;
    }
}

@media only screen and (max-width: 575px) {
    .rwrd_tbl tbody tr td {
        padding: 0;
    }
}


/* My Order page responsive */

@media only screen and (max-width: 485px) {
    .item_img img {
        width: 110px;
        height: auto;
    }
    .order_item_left p a,
    .order_item_left p {
        font-size: 9px;
    }
    .order_item_left p {
        line-height: 11px;
    }
    .my_order_id_name {
        font-size: 12px;
    }
    .ordr_slct .nice-select {
        height: 25px;
        line-height: 23px;
        font-size: 9px;
    }
    .order_details_bill h4 {
        font-size: 14px;
    }
    .order_details_bill p,
    .order_details_price_info p {
        font-size: 11px;
        line-height: 12px;
    }
}

@media only screen and (min-width: 486px) and (max-width: 575px) {
    .item_img img {
        width: 110px;
        height: auto;
    }
    .order_item_left p a,
    .order_item_left p {
        font-size: 11px;
    }
    .order_item_left p {
        line-height: 11px;
    }
}

@media only screen and (min-width:486px) and (max-width: 767px) {
    .ordr_slct .nice-select {
        height: 31px;
        line-height: 27px;
        font-size: 14px;
    }
}

@media only screen and (min-width: 992px) {
    .ordr_slct .nice-select {
        height: 30px;
        line-height: 27px;
        font-size: 14px;
    }
}


/* add to card -> Payment modal */

.payment_check_image {
    width: 75% !important;
    height: auto;
}

.add_pay_accordionimg img {
    width: 40px;
    height: auto;
    margin: -16px -1px -2px -2px;
}

.add_pay_accordion_title h6 {
    margin-top: -3px !important;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .pay_accordion_tbl thead th,
    .pay_accordion_tbl thead th p {
        font-size: 11px !important;
        padding: 0;
    }
    .pay_accordion_tbl tbody td p {
        font-size: 11px !important;
        padding: 0;
    }
    .cvv_input {
        height: 25px;
        margin-top: 5px;
    }
}

@media only screen and (min-width: 486px) and (max-width: 575px) {
    .pay_accordion_tbl thead th,
    .pay_accordion_tbl thead th p {
        font-size: 11px !important;
        padding: 0;
    }
    .pay_accordion_tbl tbody td {
        padding: 0;
    }
    .pay_accordion_tbl tbody td p {
        font-size: 11px !important;
        padding: 0;
    }
    .cvv_input {
        height: 25px;
        margin-top: 5px;
    }
    .chk_crd_input {
        position: relative;
    }
    .payment_crd_check {
        position: absolute;
        top: -17%;
        left: 2%;
    }
}

@media only screen and (min-width: 450px) and (max-width: 485px) {
    .pay_accordion_tbl thead th,
    .pay_accordion_tbl thead th p {
        font-size: 11px !important;
        padding: 0;
    }
    .pay_accordion_tbl tbody td {
        padding: 0;
    }
    .pay_accordion_tbl tbody td p {
        font-size: 11px !important;
        padding: 0;
    }
    .cvv_input {
        height: 25px;
        margin-top: 5px;
    }
    .billing_accordion .collapse .card-body {
        padding: 0px !important;
    }
    .chk_crd_input {
        position: relative;
    }
    .payment_crd_check {
        position: absolute;
        top: -17%;
        left: 2%;
    }
}

@media only screen and (min-width: 386px) and (max-width: 449px) {
    .pay_accordion_tbl thead th,
    .pay_accordion_tbl thead th p {
        font-size: 9px !important;
        padding: 0;
    }
    .pay_accordion_tbl tbody td {
        padding: 0;
    }
    .pay_accordion_tbl tbody td p {
        font-size: 9px !important;
        padding: 0;
    }
    .cvv_input {
        height: 17px;
        margin-top: 5px;
        padding: 0px 2px;
        font-size: 9px;
    }
    .cvv_input::placeholder {
        font-size: 9px;
    }
    .billing_accordion .collapse .card-body {
        padding: 0px !important;
    }
    .chck_img {
        height: auto;
        width: 37px;
        margin-top: 7px;
    }
    .payment_option img {
        width: 59% !important;
        height: auto;
        margin: 11px auto !important;
        display: block;
    }
    .chk_crd_input {
        position: relative;
    }
    .payment_crd_check {
        position: absolute;
        top: -17%;
        left: 2%;
    }
}

@media only screen and (max-width: 385px) {
    .pay_accordion_tbl thead th,
    .pay_accordion_tbl thead th p {
        font-size: 9px !important;
        padding: 0;
    }
    .pay_accordion_tbl tbody td {
        padding: 0;
    }
    .pay_accordion_tbl tbody td p {
        font-size: 9px !important;
        padding: 0;
    }
    .cvv_input {
        height: 17px;
        margin-top: 5px;
        padding: 0px 2px;
        font-size: 9px;
    }
    .cvv_input::placeholder {
        font-size: 9px;
    }
    .billing_accordion .collapse .card-body {
        padding: 0px !important;
    }
    .chck_img {
        height: auto;
        width: 37px;
        margin-top: 7px;
    }
    .payment_option img {
        width: 59% !important;
        height: auto;
        margin: 11px auto !important;
        display: block;
    }
    .chk_crd_input {
        position: relative;
    }
    .payment_crd_check {
        position: absolute;
        top: -17%;
        left: 2%;
    }
}


/* payment country scroll */

.pyment_common_select ul {
    overflow-y: scroll !important;
    height: 200px;
    width: 100%;
}

.pyment_common_select ul::-webkit-scrollbar {
    width: 8px !important;
}

.pyment_common_select ul::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.pyment_common_select ul::-webkit-scrollbar-thumb {
    background: #555;
}

.pyment_common_select ul::-webkit-scrollbar-thumb:hover {
    background: #8EC63F;
}


/* Safari -> footer line height issue for safari browser */

.safari_lineheight li {
    width: 100% !important;
    line-height: 14px;
}


/* app checkout payment */

.billing_address_check {
    margin-left: 0%;
}

@media only screen and (max-width: 385px) {
    .add_payment_lebel {
        margin-left: 38%;
        font-size: 11px !important;
    }
}

@media only screen and (max-width: 449px) {
    .add_pay_accordion_title h6 {
        margin-top: 1px !important;
        margin-left: 5px !important;
    }
}

@media only screen and (max-width: 575px) {
    .card_pop_child,
    .crd_pop_child_input {
        font-size: 9px !important;
        height: 22px;
    }
    .card_pop_child::placeholder,
    .crd_pop_child_input::placeholder {
        font-size: 9px;
    }
    .card_popup {
        padding: 0 5px;
    }
    .card_pop_add_new_address {
        padding: 0 15px;
    }
    .crd_pop_title {
        font-size: 9px;
    }
    .pyment_common_select {
        line-height: 9px;
    }
    .payment_card_selectbox .nice-select {
        line-height: 9px !important;
    }
}

@media only screen and (max-width: 767px) {
    .card_pop_child {
        text-align: left !important;
    }
}

@media only screen and (min-width: 768px) {
    .card_pop_child {
        text-align: right !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .add_payment_lebel {
        text-align: right;
    }
}


/* your payment add button responsive */

@media only screen and (max-width: 575px) {
    .cancel_bank_button,
    .add_bank_popup_button {
        padding: 3px 5px;
        font-size: 10px;
        border-radius: 5px 0px;
    }
}


/* Common Description */

@media only screen and (max-width: 575px) {
    .common_description p,
    .common_description {
        font-size: 13px !important;
        line-height: 16px;
    }
}


/* all page Product name(brand,note, astrology, perfumer,  */

.all_page_product_name {
    line-height: 1.5em;
    height: 3.5em;
}

@media only screen and (max-width: 575px) {
    .joyonto_custom_search_bar,
    .joyonto_custom_search_bar::placeholder {
        font-size: 12px;
    }
}


/* my blend page */

@media only screen and (min-width: 1326px) {
    .mdl_nte_data .note_head {
        position: absolute;
        left: 25%;
        top: -42%;
    }
    .bs_nte_data .note_head {
        position: absolute;
        left: 32%;
        top: -50%;
    }
    .any_nte_data .note_head {
        position: absolute;
        left: 32%;
        top: -45%;
    }
}

@media only screen and (min-width: 1500px) {
    .mdl_nte_data .note_head {
        position: absolute;
        left: 28%;
        top: -42%;
    }
    .bs_nte_data .note_head {
        position: absolute;
        left: 37%;
        top: -50%;
    }
    .any_nte_data .note_head {
        position: absolute;
        left: 37%;
        top: -45%;
    }
}


/* Customer Dashboard */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .dash_img img {
        height: 85px;
    }
    .dash_img .img_hov {
        left: 24px;
        height: 85px;
    }
}


/* Customer Address */

@media only screen and (max-width: 575px) {
    .customer_address_form_input {
        height: 25px;
        font-size: 13px;
    }
    .customer_address_form_input::placeholder {
        font-size: 13px;
    }
    .customer_address_form_select {
        height: 34px !important;
        line-height: 14px;
    }
    .new_addrs .ad_new_adrs i {
        font-size: 30px;
    }
    .new_addrs .ad_new_adrs h6 {
        font-size: 16px;
    }
    .customer_additional_inst {
        font-size: 18px;
        font-weight: 600;
    }
}


/* perfumer page */

@media only screen and (max-width: 767px) {
    .perfumer_profile_name {
        font-size: 13px;
        line-height: 14px;
    }
}

@media only screen and (max-width: 575px) {
    /* Barcode Modal Responsive */
    .barcode_head {
        font-size: 22px;
    }
    .barcode_input_box {
        height: 35px !important;
        font-size: 13px !important;
    }
    .barcode_input_box::placeholder {
        font-size: 13px;
    }
    /* Career page */
    .career_title {
        font-size: 18px;
    }
    .career_details {
        font-size: 14px;
    }
}


/* Compare list */

.compare_list_head {
    text-align: left !important;
}

@media only screen and (max-width: 486px) {
    .my_compare_single_tranding {
        margin-top: 0px !important;
    }
}

@media only screen and (max-width: 386px) {
    .compare_list_note p {
        font-size: 7px;
    }
}


/* Newsroom page */

@media only screen and (max-width: 767px) {
    .press-form {
        width: 65%;
    }
}


/* career page */

@media only screen and (min-width: 386px) and (max-width: 459px) {
    .crr_acrdn {
        padding: 9px;
        font-size: 12px;
    }
}

@media only screen and (max-width: 385px) {
    .crr_acrdn {
        padding: 9px;
        font-size: 9px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .crr_pnl h1,
    .crr_pnl h2,
    .crr_pnl h3,
    .crr_pnl h4,
    .crr_pnl h5,
    .crr_pnl h6 {
        font-size: 21px !important;
    }
    .crr_pnl li {
        font-size: 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .crr_pnl h1,
    .crr_pnl h2,
    .crr_pnl h3,
    .crr_pnl h4,
    .crr_pnl h5,
    .crr_pnl h6 {
        font-size: 21px !important;
    }
    .crr_pnl li {
        font-size: 12px;
        margin: 7px 0;
    }
}

@media only screen and (max-width: 575px) {
    .crr_pnl h1,
    .crr_pnl h2,
    .crr_pnl h3,
    .crr_pnl h4,
    .crr_pnl h5,
    .crr_pnl h6 {
        font-size: 18px !important;
    }
    .crr_pnl li {
        font-size: 12px;
        margin: 7px 0;
    }
    .career_apply_btn {
        margin-bottom: 10px;
    }
}


/* For business pages */

.error {
    color: red !important;
    font-size: 11px;
    display: block;
}


/* FAQ page */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blocks-item-title {
        font-size: 16px !important;
    }
}


/* Dashboard -> product */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .dashboard_blend_ratting {
        font-size: 14px;
    }
}


/* payment select */

.payment_card_selectbox .nice-select {
    line-height: 28px;
}

.payment_select_input_error {
    font-size: 11px;
    text-align: left;
    margin-top: -3%;
}

.payment_select_input_error_2 {
    font-size: 11px !important;
    text-align: left;
    margin-top: -3%;
    margin-left: 5%;
}

.payment_select_bill_add {
    /* margin-top: 5%; */
    width: 100%;
}

@media only screen and (max-width: 449px) {
    .payment_select_input_error_2 {
        font-size: 11px !important;
        text-align: left;
        margin-top: -4%;
        margin-left: 9%;
    }
}

@media only screen and (min-width: 450px) and (max-width: 575px) {
    .payment_select_input_error_2 {
        font-size: 11px !important;
        text-align: left;
        margin-top: -4%;
        margin-left: 8%;
    }
}

@media only screen and (max-width: 575px) {
    .payment_select_input_error {
        font-size: 11px !important;
        line-height: 14px !important;
    }
}


/* Home slider */

@media only screen and (min-width:1501px) and (max-width: 1920px) {
    .about_part_1,
    .about_part_2 {
        height: 350px;
    }
}

/* home slider button hover color */
.home_slider_learn_more:hover{
    color: #fff;
}
.prdct_dtls_right_link{
    overflow-wrap: anywhere;
}

/* =============================== Theme Color Changer ===================================== */
:root{
    --theme_change_color: 142, 198, 63;
    --fst_color: 142, 198, 63;
    --scnd_color: 231, 76, 60;
    --trd_color: 91, 83, 182;
    --frt_color: 241, 196, 15;
    --fft_color: 230, 126, 34;
    --sixt_color: 46, 204, 113;
}


.color_changer_btn{
    position: fixed;
    bottom: 70%;
    right: 0;
    float: right;
    font-size: 30px;
    cursor: pointer;
    color: #fff;
    width: 100px;
    border-radius: 25px 0px 0px 25px;
    padding: 2px 10px;
    background-color: rgb(var(--theme_change_color));
}

.color_changer_btn:hover{
    transition: 0.4s;
}

.color_changer_btn:hover .colors_available{
    display: block;
}

.colors_available{
    background: rgb(var(--theme_change_color));
    width: 90px;
    position: fixed;
    margin-top: 0%;
    border-radius: 0 0 10px 10px;
    display: none;
}

.theme_color{
    list-style: none;
    width: 30px;
    height: 30px;
    margin: 17px auto;
    border: 2px solid #fff;
    border-radius: 100px;
    cursor: pointer;
}

#theme_color1{
    background: rgb(var(--fst_color));
}
#theme_color2{
    background: rgb(var(--scnd_color));
}
#theme_color3{
    background: rgb(var(--trd_color));
}
#theme_color4{
    background: rgb(var(--frt_color));
}
#theme_color5{
    background: rgb(var(--fft_color));
}
#theme_color6{
    background: rgb(var(--sixt_color));
}
.rotate {
  animation: rotation 8s infinite linear;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}


/* choose perfume pagre design */

@media only screen and (min-width: 768px) and (max-width: 991px){
    .subs_contnue p {
        font-size: 14px;
        padding: 10px 15px 10px 12px;
    }

    .subscription_btn {
        right: 4.5%;
    }
}

@media only screen and (max-width: 767px){
    .subs_contnue p {
        font-size: 14px;
        padding: 10px 15px 10px 12px;
    }

    .subscription_btn {
        right: 4.5%;
    }
}

.custom-container{
    padding: 0px !important;
}


 